URemoteImportLibrary::RegisterAnchor

Register a possible destination for a remote import

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|Anchor")
static FString RegisterAnchor
(
    const FRemoteImportAnchor & Anchor,
    bool bAllowRename
)

Remarks

Register a possible destination for a remote import

Returns

the anchor handle, required to unregister the Anchor

Parameters

Parameter

Description

Anchor

Description of the destination

bAllowRename

When true, a unique name is generated to register the anchor even when names collide

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