Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationState
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationState/PropertyNetSerializerInfoRegistry.h |
| Include | #include "Iris/ReplicationState/PropertyNetSerializerInfoRegistry.h" |
Syntax
class FPropertyNetSerializerInfoRegistry
Remarks
This is a simple static registry used by the ReplicationStateDescriptorBuiider when building descriptors using properties
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FPropertyNetSerializerInfo * | FindSerializerInfo
(
const FProperty* Property |
Find the FPropertyNetSerializerInfo for the provided property | |
| const FPropertyNetSerializerInfo * | FindStructSerializerInfo
(
const FName Name |
Find StructSerializerInfo by name for non property based serialization | |
| void | Freeze () |
Sort entries in registry on property type | |
| const FPropertyNetSerializerInfo * | Get NopNetSerializerInfo. | ||
| void | Register
(
const FPropertyNetSerializerInfo* Info |
Register FPropertyNetSerializerInfo in the registry | |
| void | Reset () |
Reset the registry | |
| void | Unregister
(
const FPropertyNetSerializerInfo* Info |
Typedefs
| Name | Description |
|---|---|
| FNetSerializerInfoRegistry | |
| FRegistryEntry |
Constants
| Name | Description |
|---|---|
| bRegistryIsDirty | |
| Registry |