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

Inherits PropertyPathHelpersInternal::TPropertyPathResolver< DerivedType >.

Public Member Functions

 FInternalStringGetterResolver (FString &InOutValue, FProperty *&InOutProperty, uint32 PPF_Flags)
 
template<typename ContainerType >
bool Resolve_Impl (ContainerType *InContainer, const FCachedPropertyPath &InPropertyPath)
 

Public Attributes

FString & Value
 
FProperty *& Property
 
uint32 PPF_Flags
 

Detailed Description

Helper for string-based getters

Constructor & Destructor Documentation

◆ FInternalStringGetterResolver()

PropertyPathHelpers::FInternalStringGetterResolver::FInternalStringGetterResolver ( FString &  InOutValue,
FProperty *&  InOutProperty,
uint32  PPF_Flags 
)
inline

Member Function Documentation

◆ Resolve_Impl()

template<typename ContainerType >
bool PropertyPathHelpers::FInternalStringGetterResolver::Resolve_Impl ( ContainerType *  InContainer,
const FCachedPropertyPath InPropertyPath 
)
inline

Member Data Documentation

◆ PPF_Flags

uint32 PropertyPathHelpers::FInternalStringGetterResolver::PPF_Flags

◆ Property

FProperty*& PropertyPathHelpers::FInternalStringGetterResolver::Property

◆ Value

FString& PropertyPathHelpers::FInternalStringGetterResolver::Value

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