Navigation
API > API/Runtime > API/Runtime/CoreUObject
Description
Given a FPropertyVisitorPath, attempt to resolve that to a valid data pointer. RootObject is required to implement ResolveVisitedPathInfo to provide the resolver logic.
| Name | PropertyVisitorHelpers::ResolveVisitedPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyVisitor.h |
| Include Path | #include "UObject/PropertyVisitor.h" |
namespace PropertyVisitorHelpers
{
template<typename Type>
void * PropertyVisitorHelpers::ResolveVisitedPath
(
const Type * RootObject,
void * RootData,
const FPropertyVisitorPath & Path
)
}