unreal.AnimNextParamType

class unreal.AnimNextParamType

Bases: StructBase

Representation of a parameter’s type. Serializable, but fairly heavyweight to pass around and compare. Faster comparisons and other operations can be performed on UE::AnimNext::FParamTypeHandle, but they cannot be serialized as they are not stable across runs.

C++ Source:

  • Plugin: AnimNext

  • Module: AnimNext

  • File: ParamType.h