Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FPropertyVisitorData |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyVisitor.h |
| Include Path | #include "UObject/PropertyVisitor.h" |
Syntax
struct FPropertyVisitorData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyVisitorData
(
void* InPropertyData, |
UObject/PropertyVisitor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParentStructData | void * | Data associated with the parent struct that provided the property being iterated | UObject/PropertyVisitor.h | |
| PropertyData | void * | Data associated with the property being iterated | UObject/PropertyVisitor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyVisitorData VisitPropertyData
(
void* InPropertyData |
Utility that constructs a new visitor data object with new property data but the same parent struct data | UObject/PropertyVisitor.h |