Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UObjectReplicationBridge
Description
Find the poll period of a class if it was configured with an override. Use this only if all class configs have been properly cached. OutPollPeriod will only be modified if this method returns true.
| Name | GetClassPollFrequency |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ObjectReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ObjectReplicationBridge.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ObjectReplicationBridge.cpp |
bool GetClassPollFrequency
(
const UClass * Class,
float & OutPollPeriod
) const