unreal.AnimNextExportAccessSpecifier¶
- class unreal.AnimNextExportAccessSpecifier¶
Bases:
EnumBaseEAnim 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