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 FPropertyVisitorData
Variables
| Type | Name | Description | |
|---|---|---|---|
| void * | ParentStructData | Data associated with the parent struct that provided the property being iterated | |
| void * | PropertyData | Data associated with the property being iterated |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyVisitorData
(
void* InPropertyData, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPropertyVisitorData | VisitPropertyData
(
void* InPropertyData |
Utility that constructs a new visitor data object with new property data but the same parent struct data |