UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TMemberFunctionPtrOuter< T > Struct Template Reference

Detailed Description

template<typename T>
struct TMemberFunctionPtrOuter< T >

Type trait which yields the type of the class given a pointer to a member function of that class, e.g.:

TMemberFunctionPtrOuter_T<decltype(&FVector::DotProduct)>::Type == FVector


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