Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h |
| Include | #include "Animation/AnimCompressionTypes.h" |
Syntax
USTRUCT ()
struct FAnimCompressedCurveIndexedName
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CurveIndex | Index into the compressed buffer. | |
| FName | CurveName | Name of the curve, used for sorting. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FAnimCompressedCurveIndexedName& InOther |