Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationState > API/Runtime/IrisCore/Iris/ReplicationState/FPropertyReplicationState
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationState/PropertyReplicationState.h |
| Include | #include "Iris/ReplicationState/PropertyReplicationState.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationState/PropertyReplicationState.cpp |
void GetPropertyValue
(
uint32 Index,
void * DstValue
) const
Remarks
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.