Navigation
API > API/Runtime > API/Runtime/IrisCore
Configuration for UNetObjectParentRelevancyGridFilter.
| Name | UNetObjectParentRelevancyGridFilterConfig |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h |
| Include Path | #include "Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h" |
Syntax
UCLASS (Transient, Config=Engine, MinimalAPI)
class UNetObjectParentRelevancyGridFilterConfig : public UNetObjectGridFilterConfig
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNetObjectFilterConfig → UNetObjectGridFilterConfig → UNetObjectParentRelevancyGridFilterConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxParentChainDepth | uint32 | When > 0 the filter will ensure and stop evaluating parents once it hits a chain of parents that is considered too deep. | Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h |
|