Impl::WrapShortCircuitFunction

Wrapper function for supplied functions of the signature bool(A, const ContextType* Context)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl

Include

#include "Misc/ExpressionParserTypes.inl"

Syntax

namespace Impl
{
    template<typename OperandType, typename ContextType, typename FuncType>
    static TEnableIf< Impl::TCallableInfo< FuncType >::NumArgs==1, typename TOperatorJumpTable< ContextType >::FShortCircuit >::Type Impl::WrapShortCircuitFunction
    (
        FuncType In
    )
}

Remarks

Wrapper function for supplied functions of the signature bool(A, const ContextType* Context)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss