UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FReferenceChainSearch::FGraphNode Struct Reference

#include <ReferenceChainSearch.h>

Public Member Functions

int64 GetAllocatedSize () const
 

Public Attributes

UObjectObject = nullptr
 
FGCObjectInfoObjectInfo = nullptr
 
TSet< FNodeReferenceInfoReferencedObjects
 
TSet< FGraphNode * > ReferencedByObjects
 
int32 Visited = 0
 

Detailed Description

Single node in the reference graph

Member Function Documentation

◆ GetAllocatedSize()

int64 FReferenceChainSearch::FGraphNode::GetAllocatedSize ( ) const
inline

Member Data Documentation

◆ Object

UObject* FReferenceChainSearch::FGraphNode::Object = nullptr

Object pointer

◆ ObjectInfo

FGCObjectInfo* FReferenceChainSearch::FGraphNode::ObjectInfo = nullptr

Object pointer

◆ ReferencedByObjects

TSet<FGraphNode*> FReferenceChainSearch::FGraphNode::ReferencedByObjects

Objects that have references to this object

◆ ReferencedObjects

TSet<FNodeReferenceInfo> FReferenceChainSearch::FGraphNode::ReferencedObjects

Objects referenced by this object with reference info

◆ Visited

int32 FReferenceChainSearch::FGraphNode::Visited = 0

Non-zero if this node has been already visited during reference search


The documentation for this struct was generated from the following file: