FEmbeddedDelegates

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/EmbeddedCommunication.h

Include

#include "Misc/EmbeddedCommunication.h"

Syntax

class FEmbeddedDelegates

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

FEmbeddedCom...

 

GetEmbeddedToNativeParamsDelegateForSubsystem

(
    FName SubsystemName
)

Calling out from engine to native wrapper

Public function Static

void *

 

GetNamedObject

(
    const FString& Name
)

Public function Static

FEmbeddedCom...

 

GetNativeToEmbeddedParamsDelegateForSubsystem

(
    FName SubsystemName
)

Calling in from native wrapper to engine

Public function Static

void

 

SetNamedObject

(
    const FString& Name,
    void* Object
)

Get/set an object by name, thread safe

Typedefs

Name

Description

FEmbeddedCommunicationParamsDelegate

Delegate for calling between native wrapper app and embedded ue4

Constants

Name

Description

EmbeddedToNativeDelegateMap

NamedObjectRegistry

NamedObjectRegistryLock

Named object registry, with thread protection

NativeToEmbeddedDelegateMap

The per-subsystem delegates

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