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
&40;
uint32 Index,
void &42; DstValue
&41; const
Remarks
Set the value at the provided Index, written into DstValue. The UProperty is looked up from the descriptor using the index, if the value differs the statemask is updated Mostly intended for test code Normal use of this class is through the poll layer TODO: It would be nice if we could provide some validation on property types