unreal.RigMetaDataNameSpace

class unreal.RigMetaDataNameSpace

Bases: EnumBase

ERig Meta Data Name Space

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnitContext.h

NONE: RigMetaDataNameSpace

Use no namespace - store the metadata directly on the item

Type:

0

PARENT: RigMetaDataNameSpace

Store the metadata relative to its parent model

Type:

2

ROOT: RigMetaDataNameSpace

Store the metadata under the root module

Type:

3

SELF: RigMetaDataNameSpace

Store the metadata for item relative to its module

Type:

1