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

Inherits PropertyPathHelpersInternal::TPropertyPathResolver< DerivedType >.

Public Member Functions

 FInternalStringSetterResolver (const FString &InValueAsString, uint32 PPF_Flags)
 
template<typename ContainerType >
bool Resolve_Impl (ContainerType *InContainer, const FCachedPropertyPath &InPropertyPath)
 

Public Attributes

const FString & Value
 
uint32 PPF_Flags
 

Detailed Description

Helper for string-based setters

Constructor & Destructor Documentation

◆ FInternalStringSetterResolver()

PropertyPathHelpers::FInternalStringSetterResolver::FInternalStringSetterResolver ( const FString &  InValueAsString,
uint32  PPF_Flags 
)
inline

Member Function Documentation

◆ Resolve_Impl()

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

Member Data Documentation

◆ PPF_Flags

uint32 PropertyPathHelpers::FInternalStringSetterResolver::PPF_Flags

◆ Value

const FString& PropertyPathHelpers::FInternalStringSetterResolver::Value

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