Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollectionSchema.h |
| Include | #include "UObject/GarbageCollectionSchema.h" |
Syntax
class FPropertyStack
Remarks
Helps generate debug property paths for GC schemas and to resolve them back to FProperties
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ConvertPathToProperties
(
UClass* ObjectClass, |
Converts a property path constructed with GetPropertyPath() to an array of properties (from the outermost to the innermost) * | |
| FString | Get string representing property stack, e.g. "Member.StructMember.InnerStructMember" | ||