#include <ReplicationFragment.h>
◆ FFragmentRegistrationContext()
◆ GetFragmentTraits()
◆ IsFragmentlessNetObject()
| bool UE::Net::FFragmentRegistrationContext::IsFragmentlessNetObject |
( |
| ) |
const |
|
inline |
Returns true when the netobject knows it won't contain any replicated properties or RPCs
◆ NumFragments()
| int32 UE::Net::FFragmentRegistrationContext::NumFragments |
( |
| ) |
const |
|
inline |
Returns the number of fragments registered
◆ RegisterReplicationFragment()
Register ReplicationFragment
◆ SetIsFragmentlessNetObject()
| void UE::Net::FFragmentRegistrationContext::SetIsFragmentlessNetObject |
( |
bool |
bIsFragmentless | ) |
|
|
inline |
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.
◆ WasRegistered()
| bool UE::Net::FFragmentRegistrationContext::WasRegistered |
( |
| ) |
const |
|
inline |
Returns true if the fragments (or the lack of) were registered by the instance
The documentation for this class was generated from the following file: