Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/DecoratorBase > API/Plugins/AnimNext/DecoratorBase/FExecutionContext
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DecoratorBase/ExecutionContext.h |
| Include | #include "DecoratorBase/ExecutionContext.h" |
| Source | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Private/DecoratorBase/ExecutionContext.cpp |
void SnapshotLatentProperties
(
const FWeakDecoratorPtr & DecoratorPtr,
bool bIsFrozen
) const
Remarks
Takes a snapshot of all latent properties on the provided node sub-stack (all decorators on the sub-stack of the provided one) 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 node