Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/MVR
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAssetImportData
- UDMXMVRAssetImportData
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/MVR/DMXMVRAssetImportData.h |
| Include | #include "MVR/DMXMVRAssetImportData.h" |
Syntax
UCLASS&40;&41;
class UDMXMVRAssetImportData : public UAssetImportData
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Returns the imported file path and name | ||
| const TArray64< uint8 > & | Returns the raw source file as byte array, as it was imported | ||
| void | SetSourceFile
(
const FString& InFilePathAndName |
Sets the source file and initializes members from it |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |