Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
Type | Name | Description | |
---|---|---|---|
![]() |
TEnableIf< Impl::TCallableInfo< FuncType >::NumArgs==2, typename TOperatorJumpTable< ContextType >::... | Impl::WrapBinaryFunction
(
FuncType In |
Wrapper function for supplied functions of the signature T(A, B) |
![]() |
TEnableIf< Impl::TCallableInfo< FuncType >::NumArgs==3, typename TOperatorJumpTable< ContextType >::... | Impl::WrapBinaryFunction
(
FuncType In |
Wrapper function for supplied functions of the signature T(A, B, const ContextType* Context) |