Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyVisitor.h |
| Include | #include "UObject/PropertyVisitor.h" |
Syntax
struct FPropertyVisitorInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bContainsInnerProperties | Indicate that this property contains inner properties | |
| int32 | Index | Index of the element being visited in the container, otherwise INDEX_NONE. | |
| const UStruct * | ParentStructType | The parent struct that provided the property being iterated, if iterating a sub-property within a struct. | |
| const FProperty * | Property | The property currently being visited | |
| EPropertyVisitorInfoType | PropertyInfo | Whether this property is inside a container and if it is key or a value of a map |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyVisitorInfo
(
const FPropertyVisitorInfo& |
|||
FPropertyVisitorInfo
(
const FProperty* InProperty, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Identical
(
const FPropertyVisitorInfo& Other |
||
| void | SetIndex
(
int32 InIndex, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPropertyVisitorInfo & | operator=
(
const FPropertyVisitorInfo& |
||
| FPropertyVisitorInfo & |