TDataprepBindingCommandChange

Windows
MacOS
Linux

Inheritance Hierarchy

FChange

FCommandChange

TDataprepBindingCommandChange

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepBindingCommandChange.h

Include

#include "DataprepBindingCommandChange.h"

Syntax

template<class ObservedObjectType, typename DelatgateToBindType>
class TDataprepBindingCommandChange : public FCommandChange

Constructors

Name Description

Public function

TDataprepBindingCommandChange

(
    bool bInWasBindingAdded,
    ObservedObjectType& ObservedObject,
    FDelegate&& InBinding,
    FDelegateAccessor InDelegateAccesso...,
    OnUndoRedoDelegateType&& InOnApply,
    OnUndoRedoDelegateType&& InOnRever...,
    const FDelegateHandle& InHandle
)

MoveTemp will cast a reference to an rvalue reference.

Overridden from FChange

Name Description

Public function Virtual

void

 

Apply

(
    UObject* Object
)

Makes the change to the object

Public function Virtual

void

 

Revert

(
    UObject* Object
)

Reverts change to the object

Public function Virtual Const

FString

 

ToString()

Describes this change (for debugging)

Typedefs

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