Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FAnimCompressedCurveIndexedName |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h |
| Include Path |
#include "Animation/AnimCompressionTypes.h" |
Syntax
USTRUCT ()
struct FAnimCompressedCurveIndexedName
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FAnimCompressedCurveIndexedName()
|
|
Animation/AnimCompressionTypes.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CurveIndex |
int32 |
Index into the compressed buffer. |
Animation/AnimCompressionTypes.h |
|
| CurveName |
FName |
Name of the curve, used for sorting. |
Animation/AnimCompressionTypes.h |
|
Functions
Public