unreal.AnimNextExportAccessSpecifier

class unreal.AnimNextExportAccessSpecifier

Bases: EnumBase

EAnim Next Export Access Specifier

C++ Source:

  • Plugin: UAF

  • Module: UAFUncookedOnly

  • File: IAnimNextRigVMExportInterface.h

PRIVATE: AnimNextExportAccessSpecifier = Ellipsis

Export can only be used/referenced in the graph it is declared in

Type:

0

PUBLIC: AnimNextExportAccessSpecifier = Ellipsis

Export can be used/referenced in other graphs/contexts (e.g. BP, Verse)

Type:

1