Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FFragmentRegistrationContext
Description
Call this when you have a netobject that is replicated but will never contain any RPCs or replicated properties. Prevents the registration code from complaining about potential errors.
| Name | SetIsFragmentlessNetObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationFragment.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationFragment.h" |
void SetIsFragmentlessNetObject
(
bool bIsFragmentless
)