unreal.AnimNextTraitSharedData

class unreal.AnimNextTraitSharedData

Bases: StructBase

FAnimNextTraitSharedData Trait shared data represents a unique instance in the authored static graph. Each instance of a graph will share instances of the read-only shared data. Shared data typically contains hardcoded properties, RigVM latent pin information, or pooled properties shared between multiple traits. see: FNodeDescription A FAnimNextTraitSharedData is the base type that trait shared data derives from.

C++ Source:

  • Plugin: UAFAnimGraph

  • Module: UAFAnimGraph

  • File: TraitSharedData.h