![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <FastReferenceCollector.h>
Public Member Functions | |
| FDebugSchemaStackNode () | |
| FDebugSchemaStackNode (FSchemaView InSchema, FDebugSchemaStackNode *PrevNode) | |
| FORCEINLINE void | SetMemberId (FMemberId MemberId) |
| COREUOBJECT_API FString | ToString () const |
Public Attributes | |
| FMemberId | Member |
| FSchemaView | Schema |
| FDebugSchemaStackNode * | Prev |
Maintains a stack of schemas currently processed by reachability analysis for debugging referencing property names
|
inline |
|
inline |
|
inline |
| FString UE::GC::FDebugSchemaStackNode::ToString | ( | ) | const |
| FMemberId UE::GC::FDebugSchemaStackNode::Member |
| FDebugSchemaStackNode* UE::GC::FDebugSchemaStackNode::Prev |
| FSchemaView UE::GC::FDebugSchemaStackNode::Schema |