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

Inherits PropertyPathHelpersInternal::TPropertyPathResolver< DerivedType >.

Public Member Functions

 FInternalArrayOperationResolver (TFunctionRef< bool(FScriptArrayHelper &, int32)> InOperation)
 
template<typename ContainerType >
bool Resolve_Impl (ContainerType *InContainer, const FCachedPropertyPath &InPropertyPath)
 

Public Attributes

TFunctionRef< bool(FScriptArrayHelper &, int32)> Operation
 

Detailed Description

Helper for array operations

Constructor & Destructor Documentation

◆ FInternalArrayOperationResolver()

PropertyPathHelpers::FInternalArrayOperationResolver::FInternalArrayOperationResolver ( TFunctionRef< bool(FScriptArrayHelper &, int32)>  InOperation)
inline

Member Function Documentation

◆ Resolve_Impl()

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

Member Data Documentation

◆ Operation

TFunctionRef<bool(FScriptArrayHelper&,int32)> PropertyPathHelpers::FInternalArrayOperationResolver::Operation

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