Navigation
API > API/Plugins > API/Plugins/DatasmithInterchangeScripting
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UDatasmithInterchangeScripting
References
| Module | DatasmithInterchangeScripting |
| Header | /Engine/Plugins/Experimental/Enterprise/DatasmithInterchange/Source/DatasmithInterchangeScripting/Public/DatasmithInterchangeScripting.h |
| Include | #include "DatasmithInterchangeScripting.h" |
Syntax
UCLASS&40;MinimalAPI, Experimental, Meta&61;&40;ScriptName&61;"DatasmithInterchangeScripting"&41;&41;
class UDatasmithInterchangeScripting : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetDatasmithFormats
(
FString& Extensions, |
Utility method to get list of supported extensions and string to pass to IDesktopPlatform::OpenFileDialog | |
| void | GetDatasmithOptionsForFile
(
const FString& FilePath, |
Fetch the typed options associated with this file | |
| UDatasmithInterchangeImportResult * | LoadFile
(
const FString& FilePath, |
Utility method to load a specific file into the current level |