Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectPreSaveContext
Description
Always true normally. When a system is executing multiple PreSaves concurrently before a single save, will return false for all but the first PreSave.
| Name | IsFirstConcurrentSave |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectSaveContext.h |
| Include Path | #include "UObject/ObjectSaveContext.h" |
bool IsFirstConcurrentSave() const