TDataprepBindingCommandChange::TDataprepBindingCommandChange

MoveTemp will cast a reference to an rvalue reference.

Choose your operating system:

Windows

macOS

Linux

References

Module

DataprepCore

Header

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

Include

#include "DataprepBindingCommandChange.h"

Syntax

TDataprepBindingCommandChange
(
    bool bInWasBindingAdded,
    ObservedObjectType & ObservedObject,
    FDelegate && InBinding,
    FDelegateAccessor InDelegateAccessor,
    OnUndoRedoDelegateType && InOnApply,
    OnUndoRedoDelegateType && InOnRevert,
    const FDelegateHandle & InHandle
)

Remarks

MoveTemp will cast a reference to an rvalue reference. This is UE's equivalent of std::move except that it will not compile when passed an rvalue or const object, because we would prefer to be informed when MoveTemp will have no effect. MoveTemp will cast a reference to an rvalue reference. This is UE's equivalent of std::move except that it will not compile when passed an rvalue or const object, because we would prefer to be informed when MoveTemp will have no effect. MoveTemp will cast a reference to an rvalue reference. This is UE's equivalent of std::move except that it will not compile when passed an rvalue or const object, because we would prefer to be informed when MoveTemp will have no effect.