12template <
typename CharType>
27 auto Result = FormatInternal(
InExpression, InArgs,
false);
28 if (
ensure(Result.IsValid()))
44 auto Result = FormatInternal(
InExpression, InArgs,
false);
45 if (
ensure(Result.IsValid()))
#define ensure( InExpression)
Definition AssertionMacros.h:464
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE_INTRINSIC_CAST UE_REWRITE constexpr std::remove_reference_t< T > && MoveTemp(T &&Obj) noexcept
Definition UnrealTemplate.h:520
Definition UnrealString.h.inl:34
Definition ExpressionParserTypes.h:499
Definition ValueOrError.h:58
Definition ExpressionParserTypes.h:27