Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FPropertyReplicationState
Description
If state has custom conditionals then this function will check whether the condition is enabled or not. If state doesn't have custom conditionals it will return true.
| Name | IsCustomConditionEnabled |
| 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 |
bool IsCustomConditionEnabled
(
uint32 Index
) const