Navigation
API > API/Plugins > API/Plugins/BlendStack
| Name | EBlendStack_BlendspaceUpdateMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/BlendStack/Source/Runtime/Public/BlendStack/AnimNode_BlendStack.h |
| Include Path | #include "BlendStack/AnimNode_BlendStack.h" |
Syntax
enum EBlendStack_BlendspaceUpdateMode
{
InitialOnly,
UpdateActiveOnly,
UpdateAll,
}
Values
| Name | Remarks |
|---|---|
| InitialOnly | Only update the blendspace xy inputs once on blend in. |
| UpdateActiveOnly | Update the active/most recent blendspace xy inputs every frame. |
| UpdateAll | Update all blendspaces xy inputs every frame. |