UDatasmithRuntimeLibrary::LoadFile

Load a file using the Datasmith translator associated with it

Windows
MacOS
Linux

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="DatasmithRuntime")
static bool LoadFile
(
    ADatasmithRuntimeActor * DatasmithRuntimeActor,
    const FString & FilePath
)

Remarks

Load a file using the Datasmith translator associated with it

Returns

true if an associated translator has been

Parameters

Parameter

Description

DatasmithRuntimeActor

The actor to load the file into

FilePath

The path to the file to load.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss