Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FObjectPostSaveContext
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectSaveContext.h |
| Include | #include "UObject/ObjectSaveContext.h" |
bool IsLastConcurrentSave&40;&41; const
Remarks
Always true normally. When a system is executing multiple PreSaves and PostSaves concurrently before a single save, PostSaves are executed in reverse order of the PreSaves, and this function returns false for all but the last one.