Navigation
API > API/Plugins > API/Plugins/DataprepCore
| Name | TDataprepBindingCommandChange |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepBindingCommandChange.h |
| Include Path | #include "DataprepBindingCommandChange.h" |
Syntax
template<class ObservedObjectType, typename DelatgateToBindType>
class TDataprepBindingCommandChange : public FCommandChange
Inheritance Hierarchy
- FChange → FCommandChange → TDataprepBindingCommandChange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDataprepBindingCommandChange
(
bool bInWasBindingAdded, |
DataprepBindingCommandChange.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDelegate | typename DelatgateToBindType::FDelegate | DataprepBindingCommandChange.h | |
| FDelegateAccessor | TBaseDelegate_NoParams< DelatgateToBindType & > | DataprepBindingCommandChange.h | |
| OnUndoRedoDelegateType | TBaseDelegate_TwoParams< void, ObservedObjectType &, const FDelegateHandle & > | DataprepBindingCommandChange.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Binding | FDelegate | DataprepBindingCommandChange.h | ||
| bWasBindingAdded | bool | DataprepBindingCommandChange.h | ||
| DelegateAccessor | FDelegateAccessor | DataprepBindingCommandChange.h | ||
| Handle | FDelegateHandle | DataprepBindingCommandChange.h | ||
| ObservedObjectWeakPtr | TWeakObjectPtr< ObservedObjectType > | DataprepBindingCommandChange.h | ||
| OnApply | OnUndoRedoDelegateType | DataprepBindingCommandChange.h | ||
| OnRevert | OnUndoRedoDelegateType | DataprepBindingCommandChange.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Apply
(
UObject* Object |
DataprepBindingCommandChange.h | ||
virtual void Revert
(
UObject* Object |
DataprepBindingCommandChange.h | ||
virtual FString ToString() |
DataprepBindingCommandChange.h |