Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/NetObjectFactoryRegistry.h |
| Include | #include "Iris/ReplicationSystem/NetObjectFactoryRegistry.h" |
Syntax
namespace UE
{
namespace Net
{
enum
{
InvalidNetObjectFactoryId = MAX_uint8,
}
}
}
Values
| Name | Description |
|---|---|
| InvalidNetObjectFactoryId |
Remarks
A FNetSerializer is needed for replication support of a certain type. Most types that can be marked as UPROPERTY are already supported. Types that aren't supported or need special support will emit warnings when descriptors are built for a UCLASS, USTRUCT or UFUNCTION. Find below how to implement one.