Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Deprecated * FCustomAttribute has been deprecated
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/CustomAttributes.h |
| Include | #include "Animation/CustomAttributes.h" |
Syntax
struct FCustomAttribute
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | Name of this attribute | |
| TArray< float > | Times | Time keys (should match number of Value entries) | |
| TArray< FVariant > | Values | Value keys (should match number of Times entries) | |
| int32 | VariantType | (FVariant) type contained by Values array |