Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FReplicationStateDescriptorBuild-
Description
Create ReplicationStateDescriptor for a struct
If a descriptor registry is provided, the functions below will search the registry before creating a new ReplicationStateDescriptor. Any new created ReplicationStateDescriptor will be registered in the provided registry.
FReplicationStateDescriptorBuilder Implementation
| Name | CreateDescriptorForStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationState/ReplicationStateDescriptorBuilder.h |
| Include Path | #include "Iris/ReplicationState/ReplicationStateDescriptorBuilder.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationState/ReplicationStateDescriptorBuilder.cpp |
static TRefCountPtr < const FReplicationStateDescriptor > CreateDescriptorForStruct
(
const UStruct * InStruct,
const FParameters & Parameters
)