unreal.ScriptStruct¶
- class unreal.ScriptStruct(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
StructReflection data for a standalone structure declared in a header or as a user defined struct
C++ Source:
Module: CoreUObject
File: Class.h
- get_struct_path_name() TopLevelAssetPath¶
Returns the full path to the specified struct as a Top Level Asset Path used by asset utilities
- Return type: