Navigation
API > API/Runtime > API/Runtime/IrisCore
Grid filter that forces relevant the creation dependency parents of the objects it manages. Those parents must also be managed by this filter to be promoted.
Name
UNetObjectParentRelevancyGridFilter
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, MinimalAPI)
class UNetObjectParentRelevancyGridFilter : public UNetObjectGridWorldLocFilter
Copy full snippet
Inheritance Hierarchy
Structs
Variables
Protected
Name
Type
Remarks
Include Path
Unreal Specifiers
MaxParentChainDepth
int32
Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h
ParentChains
TChunkedArray < FParentChain, ParentChainsChunkSize >
Per-object parent chain, indexed by FObjectLocationInfo's info index.
Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h
ScratchList
UE::Net::FNetBitArray
Bitarray used for temporary operations in PreFilter() and Filter() .
Iris/ReplicationSystem/Filtering/NetObjectParentRelevancyGridFilter.h
Functions