Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UNetObjectParentRelevancyGridFil-
Per-object parent chain. The first NumImmediateParents entries are the immediate creation-dependency parents; the rest are the transitive ancestors. A linear chain means that every object in the chain only had one or zero parent. When true we can skip evaluating the chain once we hit a visited parent.
| Name | FParentChain |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h |
| Include Path | #include "Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h" |
Syntax
struct FParentChain
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsLinearChain | bool | Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h | ||
| NumImmediateParents | uint8 | Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h | ||
| ParentNetIndexes | TArray< UE::Net::FInternalNetRefIndex > | Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h |