Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FReferenceChainSearch
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ReferenceChainSearch.h |
| Include | #include "UObject/ReferenceChainSearch.h" |
Syntax
struct FCallbackParams
Remarks
Parameters passed to callback function when printing results
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Indent | For use when outputting custom information: current indent | |
| FGCObjectInfo * | Object | Referenced object | |
| FOutputDevice * | Out | Output device used for printing | |
| const FNodeReferenceInfo * | ReferenceInfo | Information about the type of reference (Referencer -> Object) | |
| FGCObjectInfo * | Referencer | Object that is referencing the current object |