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

#include <ReferenceChainSearch.h>

Public Attributes

FGCObjectInfoObject = nullptr
 
FGCObjectInfoReferencer = nullptr
 
const FNodeReferenceInfoReferenceInfo = nullptr
 
int32 Indent = 0
 
FOutputDeviceOut = nullptr
 

Detailed Description

Parameters passed to callback function when printing results

Member Data Documentation

◆ Indent

int32 FReferenceChainSearch::FCallbackParams::Indent = 0

For use when outputting custom information: current indent

◆ Object

FGCObjectInfo* FReferenceChainSearch::FCallbackParams::Object = nullptr

Referenced object

◆ Out

FOutputDevice* FReferenceChainSearch::FCallbackParams::Out = nullptr

Output device used for printing

◆ ReferenceInfo

const FNodeReferenceInfo* FReferenceChainSearch::FCallbackParams::ReferenceInfo = nullptr

Information about the type of reference (Referencer -> Object)

◆ Referencer

FGCObjectInfo* FReferenceChainSearch::FCallbackParams::Referencer = nullptr

Object that is referencing the current object


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