Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FPropertyStack
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollectionSchema.h |
| Include | #include "UObject/GarbageCollectionSchema.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollectionSchema.cpp |
static bool ConvertPathToProperties
&40;
UClass &42; ObjectClass,
FName InPropertyPath,
TArray< FProperty &42; > & OutProperties
&41;
Remarks
Converts a property path constructed with GetPropertyPath() to an array of properties (from the outermost to the innermost) * true if the conversion was successful, false otherwise
Parameters
| Name | Description |
|---|---|
| ObjectClass | Class that defines the outermost property |
| InPropertyPath | Property path |
| OutProperties | resulting array |