Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FPropertyReplicationState
Description
Retrieve the value at the provided Index by writing it to DstValue. The property is looked up from the descriptor using the index. Mostly intended for test code. Normal use of this class is through the poll layer.
| Name | GetPropertyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationState/PropertyReplicationState.h |
| Include Path | #include "Iris/ReplicationState/PropertyReplicationState.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationState/PropertyReplicationState.cpp |
void GetPropertyValue
(
uint32 Index,
void * DstValue
) const