Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/PropertyVisitorH-
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyVisitor.h |
| Include | #include "UObject/PropertyVisitor.h" |
namespace PropertyVisitorHelpers
{
template<typename Type>
void * PropertyVisitorHelpers::ResolveVisitedPathInfo_Generic
(
Type * This,
FPropertyVisitorPath & Path,
void * Data,
const FPropertyVisitorInfo & Info
)
}
Remarks
A generic implementation of ResolveVisitedPathInfo that uses Visit to find the property data pointer. This may be used as the ResolveVisitedPathInfo implementation for your type if it doesn't have a more optimized version.