Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UField
Description
Called during saving to determine the load flags to save with the object. If false, this object will be discarded on clients
Virtual Inheritance
- UObject::NeedsLoadForClient → UField::NeedsLoadForClient
| Name | NeedsLoadForClient |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual bool NeedsLoadForClient() const
true if this object should be loaded on clients