Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
| Name | EBlendListChildUpdateMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_BlendListBase.h |
| Include Path | #include "AnimNodes/AnimNode_BlendListBase.h" |
Syntax
enum EBlendListChildUpdateMode
{
Default,
ResetChildOnActivate,
AlwaysTickChildren,
}
Values
| Name | Remarks |
|---|---|
| Default | Do not tick inactive children, do not reset on activate |
| ResetChildOnActivate | This reinitializes the re-activated child |
| AlwaysTickChildren | Always tick children even if they are not active |