Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAssetImportData
- UDMXGDTFAssetImportData
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXGDTFAssetImportData.h |
| Include | #include "Library/DMXGDTFAssetImportData.h" |
Syntax
UCLASS&40;&41;
class UDMXGDTFAssetImportData : public UAssetImportData
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Returns the imported file path and name | ||
| const TArray64< uint8 > & | Returns the source data the asset was generated from | ||
| void | SetSourceFile
(
const FString& InFilePathAndName |
Creates new asset GDTF Asset Import Data from the File. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |