![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| template<typename ValueType > | |
| ValueType | UnalignedRead (const void *Ptr) |
| template<typename T > | |
| T | Interpolate (const T &A, const T &B, float Alpha) |
| template<> | |
| FVector3f | Interpolate< FVector3f > (const FVector3f &A, const FVector3f &B, float Alpha) |
| template<> | |
| FVector3d | Interpolate< FVector3d > (const FVector3d &A, const FVector3d &B, float Alpha) |
| template<> | |
| FQuat4d | Interpolate< FQuat4d > (const FQuat4d &A, const FQuat4d &B, float Alpha) |
| template<> | |
| FQuat4f | Interpolate< FQuat4f > (const FQuat4f &A, const FQuat4f &B, float Alpha) |
|
inline |
Helper template function to interpolate between two data types. Used in the FilterLinearKeysTemplate function below
|
inline |
custom instantiation of Interpolate for FQuats
|
inline |
|
inline |
|
inline |
custom instantiation of Interpolate for FVectors