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&40;BlueprintCallable, Category&61;"DatasmithRuntimeHelper"&41;
static bool LoadFileFromExplorer
&40;
ADatasmithRuntimeActor &42; DatasmithRuntimeActor,
const FString & DefaultPath
&41;
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. |