Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FTransaction
| |
|
| Name |
FPackageRecord |
| Type |
struct |
| Header File |
/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h |
| Include Path |
#include "Editor/Transactor.h" |
Syntax
struct FPackageRecord
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Clang fix for std::is_default_constructible_v returning false in inlined code of outer class |
Editor/Transactor.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bWasDirty |
bool |
The cached dirty state of this package, to be restored on undo/redo as long as the DirtyFenceCount still matches |
Editor/Transactor.h |
|
| DirtyFenceCount |
int32 |
The fence count used to determine if the cached dirty state is still valid on undo/redo (ie, was the package saved or deleted since the undo was made) |
Editor/Transactor.h |
|
Functions
Public