Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FTraitStackBinding
Description
Takes a snapshot of all latent properties on this trait stack. Delta time supplied so that RigVM execution can access it Properties can be marked as always updating or as supporting freezing (e.g. when a branch of the graph blends out). A freezable property does not update when a snapshot is taken of a frozen stack.
| Name | SnapshotLatentProperties |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/TraitStackBinding.h |
| Include Path | #include "TraitCore/TraitStackBinding.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Private/TraitCore/TraitStackBinding.cpp |
void SnapshotLatentProperties
(
float DeltaTime,
bool bIsFrozen,
bool bIsFirstUpdate
)