FEmbeddedCallParamsHelper

Wraps parameters and a completion delegate

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/EmbeddedCommunication.h"

Syntax

struct FEmbeddedCallParamsHelper

Remarks

Wraps parameters and a completion delegate

Variables

Name Description

Public variable

FString

 

Command

The command for this call. something like "console" would be a command for the engine to run a console command

Public variable

TFunction< void...

 

OnCompleteDelegate

A delegate to call back on the other end when the command is completed.

Public variable

FEmbeddedCommun...

 

Parameters

A map of arbitrary key-value string pairs.

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