Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FPropertyVisitorContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyVisitor.h |
| Include Path | #include "UObject/PropertyVisitor.h" |
Syntax
struct FPropertyVisitorContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyVisitorContext
(
FPropertyVisitorPath& InPath, |
UObject/PropertyVisitor.h |
Enums
Public
| Name | Remarks |
|---|---|
| EScope |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | const FPropertyVisitorData | UObject/PropertyVisitor.h | ||
| Path | FPropertyVisitorPath & | UObject/PropertyVisitor.h | ||
| Scope | const EScope | UObject/PropertyVisitor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyVisitorContext VisitPropertyData
(
void* InPropertyData |
Utility that constructs a new visitor context object with new property data but the same path and scope | UObject/PropertyVisitor.h |