unreal.RigLogicInitPolicy

class unreal.RigLogicInitPolicy

Bases: EnumBase

Controls whether SetDNAReader rebuilds the RigLogic runtime context. Use Defer when SetDNAReader is immediately followed by another mutation (e.g. RestoreLegacyUEMHCCompatibility) that will rebuild the context anyway, to avoid the wasted FRigLogic construction.

C++ Source:

  • Plugin: RigLogic

  • Module: RigLogicModule

  • File: DNACommon.h

DEFER: RigLogicInitPolicy = Ellipsis

1

INITIALIZE: RigLogicInitPolicy = Ellipsis

0