Navigation
API > API/Plugins > API/Plugins/DMXRuntime
A GDTF imported into Unreal Engine. Note this object holds GDTF source data and may be memory heavy.
To access the GDTF description in lightweight fashion, please refer to UDMXGDTF (C++ only).
| Name | UDMXImportGDTF |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXImportGDTF.h |
| Include Path | #include "Library/DMXImportGDTF.h" |
Syntax
UCLASS (Blueprintable, BlueprintType)
class UDMXImportGDTF : public UDMXImport
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDMXImport → UDMXImportGDTF
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMXImportGDTF() |
Constructor | Library/DMXImportGDTF.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorClass | TSoftClassPtr< AActor > | The Actor Class that corresponds to this GDTF. | Library/DMXImportGDTF.h |
|
| GDTFAssetImportData | TObjectPtr< UDMXGDTFAssetImportData > | The Asset Import Data used to generate the GDTF asset or nullptr, if not generated from a GDTF file | Library/DMXImportGDTF.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSoftClassPtr< AActor > & GetActorClass() |
Returns the Actor Class to spawn when spawned from a DMX Library | Library/DMXImportGDTF.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGS class UDMXImportGDTFDMXModes * GetDMXModes() |
DEPRECATED 5.4 | Library/DMXImportGDTF.h |
|
UDMXGDTFAssetImportData * GetGDTFAssetImportData() |
Returns GDTF Asset Import Data for this GDTF | Library/DMXImportGDTF.h | |
UDMXGDTF * LoadGDTF() |
Loads the GDTF stored in this object | Library/DMXImportGDTF.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
Library/DMXImportGDTF.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SourceFilename_DEPRECATED | FString | DEPRECATED 5.1 in favor of GDTFAssetImportData | Library/DMXImportGDTF.h |
|