Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FEditorBulkData
Description
Returns whether the payload is loaded in memory and we have a pointer to it. If true, calling GetPayload will return immediately with the value (unless modified inbetween).
| Name | IsPayloadLoaded |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/EditorBulkData.h |
| Include Path | #include "Serialization/EditorBulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/EditorBulkData.cpp |
bool IsPayloadLoaded() const