Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/TraitCore
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TraitCore/LatentPropertyHandle.h |
| Include | #include "TraitCore/LatentPropertyHandle.h" |
Syntax
struct FLatentPropertyMetadata
Remarks
Latent Property Metadata
The metadata we serialize in the archive for each latent property.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCanFreeze | Whether or not the property supports freezing. | |
| FName | Name | The name of the latent property. | |
| uint16 | RigVMIndex | The index of the RigVM memory handle to evaluate to compute our latent value An invalid index of ~0 means that the latent property has a hardcoded inline value |