IDeltaConsumer

Windows
MacOS
Linux

References

Module

DirectLink

Header

/Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkDeltaConsumer.h

Include

#include "DirectLinkDeltaConsumer.h"

Syntax

class IDeltaConsumer

Destructors

Name Description

Public function Virtual

~IDeltaConsumer()

Functions

Name Description

Public function

void

 

OnCloseDelta

(
    FCloseDeltaArg& CloseDeltaArg
)

Public function

void

 

OnSetElement

(
    FSetElementArg& SetElementArg
)

Public function

void

 

OpenDelta

(
    FOpenDeltaArg& OpenDeltaArg
)

Public function

void

 

RemoveElements

(
    FRemoveElementsArg& RemoveElements...
)

Public function

void

 

SetDeltaProducer

(
    IDeltaProducer* Producer
)

Public function

void

 

SetupScene

(
    FSetupSceneArg& SetupSceneArg
)

Classes

Name

Description

Public struct

FCloseDeltaArg

Public struct

FOpenDeltaArg

Signal beginning of a delta

Public struct

FRemoveElementsArg

Public struct

FSetElementArg

Public struct

FSetupSceneArg

On SetupScene message, the receiver is expected to send it's HaveList.

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