FRemoteImportAnchor

Structure describing a RemoteImport destination.

Windows
MacOS
Linux

References

Module

RemoteImportLibrary

Header

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

Include

#include "RemoteImportLibrary.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType), Meta=(Experimental))
struct FRemoteImportAnchor

Remarks

Structure describing a RemoteImport destination.

Server-side, Anchors are setup to implement RemoteImport commands. By registering Anchors to the URemoteImportLibrary, Anchors becomes visible from clients. Clients can send commands to registered Anchors.

Variables

Name Description

Public variable UProperty Category BlueprintReadWrite

FString

 

Description

User friendly description, exposed in client UIs

Public variable UProperty Category BlueprintReadWrite

FString

 

Name

User friendly name, exposed in client UIs

Public variable

FStringArgDeleg...

 

OnImportFileDelegate

Custom implementation of the 'ImportFile' intent

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