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