UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPropertyVisitorData Struct Reference

#include <PropertyVisitor.h>

Public Member Functions

 FPropertyVisitorData (void *InPropertyData, void *InParentStructData)
 
FPropertyVisitorData VisitPropertyData (void *InPropertyData) const
 

Public Attributes

voidPropertyData = nullptr
 
voidParentStructData = nullptr
 

Constructor & Destructor Documentation

◆ FPropertyVisitorData()

FPropertyVisitorData::FPropertyVisitorData ( void InPropertyData,
void InParentStructData 
)
inlineexplicit

Member Function Documentation

◆ VisitPropertyData()

FPropertyVisitorData FPropertyVisitorData::VisitPropertyData ( void InPropertyData) const
inline

Utility that constructs a new visitor data object with new property data but the same parent struct data

Member Data Documentation

◆ ParentStructData

void* FPropertyVisitorData::ParentStructData = nullptr

Data associated with the parent struct that provided the property being iterated

◆ PropertyData

void* FPropertyVisitorData::PropertyData = nullptr

Data associated with the property being iterated


The documentation for this struct was generated from the following file: