Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TProjectionMemberFunction< FunctionType ClassType::* > |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Templates/Projection.h |
| Include Path |
#include "Templates/Projection.h" |
Syntax
namespace TProjectionMemberFunction< FunctionType ClassType
{
template<typename ClassType, typename FunctionType>
struct TProjectionMemberFunction< FunctionType ClassType::* >
}
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| MemberFunctionPtr |
FunctionType ClassType::* |
|
Templates/Projection.h |
|
Functions
Public
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
decltype(auto) operator()
(
Arg0Type&& Arg0,
ArgTypes&&... Args
) const
|
|
Templates/Projection.h |
|