URemoteImportLibrary::ImportSource

Triggers OnImportFileDelegate on specified Anchor

Windows
MacOS
Linux

References

Module

RemoteImportLibrary

Header

/Engine/Plugins/Importers/Experimental/RemoteImport/Source/RemoteImportLibrary/Public/RemoteImportLibrary.h

Include

#include "RemoteImportLibrary.h"

Source

/Engine/Plugins/Importers/Experimental/RemoteImport/Source/RemoteImportLibrary/Private/RemoteImportLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="RemoteImport|Action")
static bool ImportSource
(
    const FString & FilePath,
    const FString & DestinationName
)

Remarks

Triggers OnImportFileDelegate on specified Anchor

Returns

Whether the import operation has been triggered

Parameters

Parameter

Description

FilePath

Path of the file to import

DestinationName

Name of the destination FRemoteImportAnchor

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