Navigation
API > API/Plugins > API/Plugins/DatasmithRuntime > API/Plugins/DatasmithRuntime/UDatasmithRuntimeLibrary
References
| Module | DatasmithRuntime |
| Header | /Engine/Plugins/Experimental/Enterprise/DatasmithRuntime/Source/Public/DatasmithRuntimeBlueprintLibrary.h |
| Include | #include "DatasmithRuntimeBlueprintLibrary.h" |
| Source | /Engine/Plugins/Experimental/Enterprise/DatasmithRuntime/Source/Private/DatasmithRuntimeBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="DatasmithRuntimeHelper")
static bool LoadFileFromExplorer
(
ADatasmithRuntimeActor * DatasmithRuntimeActor,
const FString & DefaultPath
)
Remarks
Open a file browser to select a file and call LoadFile with the selected file true if an associated translator has been
Parameters
| Name | Description |
|---|---|
| DatasmithRuntimeActor | The actor to load the file into |
| DefaultPath | Path to open the file browser in. |