FRemoteImportLibraryModule

This module exposes base RemoteImport features such as Anchors, and their API.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FRemoteImportLibraryModule

References

Module

RemoteImportLibrary

Header

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

Include

#include "RemoteImportLibraryModule.h"

Syntax

class FRemoteImportLibraryModule : public IModuleInterface

Remarks

This module exposes base RemoteImport features such as Anchors, and their API.

RemoteImport is based on an Anchor system, that are setup server-side, discoverable by clients, and act as possible remote import destination. When a client trigger an import on a destination Anchor, the anchor's Delegate is triggered, allowing any custom implementation to handle the import.

The client/server communication rely on MessageBus over UDP. The server is off by default, URemoteImportLibrary provides the API to handle it's life cycle.

Functions

Name Description

Public function Static

FRemoteImpor...

 

Get()

Public function Static

bool

 

IsAvailable()

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