Navigation
API > API/Runtime > API/Runtime/CoreUObject
Options for FReferenceChainSearch::FindAndPrintStaleReferencesToObject function
| Name | EPrintStaleReferencesOptions |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PrintStaleReferencesOptions.h |
| Include Path | #include "UObject/PrintStaleReferencesOptions.h" |
Syntax
enum EPrintStaleReferencesOptions
{
None = 0,
Log = 1,
Display = 2,
Warning = 3,
Error = 4,
Fatal = 5,
Ensure = 0x00000100,
Minimal = 0x00000200,
VerbosityMask = 0x000000ff,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Log | |
| Display | |
| Warning | |
| Error | |
| Fatal | |
| Ensure | |
| Minimal | Only search for direct references to the object or one of its inners, not a full reference chain. |
| VerbosityMask |