Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FReferenceChainSearch > API/Runtime/CoreUObject/UObject/FReferenceChainSearch/PrintResults
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ReferenceChainSearch.h |
| Include | #include "UObject/ReferenceChainSearch.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/ReferenceChainSearch.cpp |
int32 PrintResults
(
TFunctionRef < bool &Params)> ReferenceCallback,
bool bDumpAllChains,
UObject * TargetObject
) const
Remarks
Dumps results to log The number of results printed.
Parameters
| Name | Description |
|---|---|
| ReferenceCallback | function called when processing each reference, if true is returned the next reference will be processed otherwise printing will be aborted |
| bDumpAllChains | if set to false, the output will be trimmed to the first 100 reference chains |