Enum ERBFSolverType Path C++ Link /Script/AnimGraphRuntime.ERBFSolverType underlying uint8 /Script/AnimGraphRuntime Values 3 NameValueHex Additive00x00Interpolative10x01ERBFSolverType_MAX20x02 Used by 1types with a member, parameter or interface of this type FRBFParams // /Script/AnimGraphRuntime.ERBFSolverType enum class ERBFSolverType : uint8 { Additive = 0, Interpolative = 1, ERBFSolverType_MAX = 2, };