Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
Latent Properties Header Holds metadata about the stored latent properties
| Name | FLatentPropertiesHeader |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/TraitCore/LatentPropertyHandle.h |
| Include Path | #include "TraitCore/LatentPropertyHandle.h" |
Syntax
struct FLatentPropertiesHeader
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanAllPropertiesFreeze | uint8 | Whether or not this base trait has all its latent properties support freezing. | TraitCore/LatentPropertyHandle.h | |
| bHasValidLatentProperties | uint8 | Whether or not this base trait has any bound latent properties that can evaluate. | TraitCore/LatentPropertyHandle.h |