Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/FastReferenceCollector.h |
| Include | #include "UObject/FastReferenceCollector.h" |
Syntax
struct FDebugSchemaStackNode
Remarks
Maintains a stack of schemas currently processed by reachability analysis for debugging referencing property names
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMemberId | Member | ||
| FDebugSchemaStackNode * | Prev | ||
| FSchemaView | Schema |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDebugSchemaStackNode
(
FSchemaView InSchema, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetMemberId
(
FMemberId MemberId |
||
| FString | ToString () |