Ark Server API (ASA) - Wiki
|
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
Definition at line 11 of file MemberFunctionPtrOuter.h.