![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RBFSolver.h>
Inheritance diagram for FRBFEntry:Public Member Functions | |
| ANIMGRAPHRUNTIME_API FRotator | AsRotator (int32 Index) const |
| ANIMGRAPHRUNTIME_API FQuat | AsQuat (int32 Index) const |
| ANIMGRAPHRUNTIME_API FVector | AsVector (int32 Index) const |
| ANIMGRAPHRUNTIME_API void | AddFromRotator (const FRotator &InRot) |
| ANIMGRAPHRUNTIME_API void | AddFromVector (const FVector &InVector) |
| int32 | GetDimensions () const |
Public Attributes | |
| TArray< float > | Values |
Struct storing a particular entry within the RBF
Set this entry to 3 floats from supplied rotator
Set this entry to 3 floats from supplied vector
Return a target as a quaternion, assuming Values is a sequence of Euler entries. Index is which Euler to convert.
Return a target as an rotator, assuming Values is a sequence of Euler entries. Index is which Euler to convert.
|
inline |
Return dimensionality of this target