Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FTransaction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransaction
(
const FTransaction& |
Non-copyable. | Editor/Transactor.h | |
FTransaction
(
const TCHAR* InContext, |
Constructor. | Editor/Transactor.h |
FTransaction(const FTransaction &)
Description
Non-copyable.
| Name | FTransaction |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h |
| Include Path | #include "Editor/Transactor.h" |
FTransaction
(
const FTransaction &
)
FTransaction(const TCHAR *, const FText &, bool)
Description
Constructor.
| Name | FTransaction |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h |
| Include Path | #include "Editor/Transactor.h" |
FTransaction
(
const TCHAR * InContext,
const FText & InTitle,
bool bInFlip
)