unreal.BlendStack_BlendspaceUpdateMode

class unreal.BlendStack_BlendspaceUpdateMode

Bases: EnumBase

EBlend Stack Blendspace Update Mode

C++ Source:

  • Plugin: BlendStack

  • Module: BlendStack

  • File: AnimNode_BlendStack.h

INITIAL_ONLY: BlendStack_BlendspaceUpdateMode = Ellipsis

Only update the blendspace xy inputs once on blend in.

Type:

0

UPDATE_ACTIVE_ONLY: BlendStack_BlendspaceUpdateMode = Ellipsis

Update the active/most recent blendspace xy inputs every frame.

Type:

1

UPDATE_ALL: BlendStack_BlendspaceUpdateMode = Ellipsis

Update all blendspaces xy inputs every frame.

Type:

2