unreal.AnimNextDecoratorHandle

class unreal.AnimNextDecoratorHandle

Bases: StructBase

Decorator Handle A decorator handle represents a reference to a specific decorator instance in the shared/read-only portion of a sub-graph. It points to a FNodeDescription when resolved.

Internally, it contains a node handle and a decorator index. Decorator handles can only be used within an AnimNext graph serialized with FDecoratorWriter. see: FNodeDescription, FNodeHandle

C++ Source:

  • Plugin: AnimNext

  • Module: AnimNext

  • File: DecoratorHandle.h