Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject
- UObject::IsPostLoadThreadSafe()
- UPackage::IsPostLoadThreadSafe()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
virtual bool IsPostLoadThreadSafe() const
Remarks
Called during async load to determine if PostLoad can be called on the loading thread. true if this object's PostLoad is thread safe