![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PropertyVisitor.h>
Public Types | |
| enum class | EScope : uint8 { All , ObjectRefs } |
Public Member Functions | |
| FPropertyVisitorContext (FPropertyVisitorPath &InPath, const FPropertyVisitorData &InData, const EScope InScope=EScope::All) | |
| FPropertyVisitorContext | VisitPropertyData (void *InPropertyData) const |
Public Attributes | |
| FPropertyVisitorPath & | Path |
| const FPropertyVisitorData | Data |
| const EScope | Scope |
|
strong |
|
inlineexplicit |
|
inline |
Utility that constructs a new visitor context object with new property data but the same path and scope
| const FPropertyVisitorData FPropertyVisitorContext::Data |
| FPropertyVisitorPath& FPropertyVisitorContext::Path |
| const EScope FPropertyVisitorContext::Scope |