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="DatasmithRuntime")
static bool LoadFile
(
ADatasmithRuntimeActor * DatasmithRuntimeActor,
const FString & FilePath
)
Remarks
Load a file using the Datasmith translator associated with it true if an associated translator has been
Parameters
| Name | Description |
|---|---|
| DatasmithRuntimeActor | The actor to load the file into |
| FilePath | The path to the file to load. |