5#if WITH_VERSE_VM || defined(__INTELLISENSE__)
35 : VValue(VValue::FromInt32(
InInt32))
47 ? VValue::FromInt32(N.AsInt32())
56 return AsInt32() == 0;
62 bool IsNegative()
const
73 int64 AsInt64()
const;
88 static bool Eq(FAllocationContext
Context,
VInt Lhs, VValue Rhs);
#define checkSlow(expr)
Definition AssertionMacros.h:332
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SharedPointer.h:692
Definition StringBuilder.h:79
uint32 GetTypeHash(const FKey &Key)
Definition BlackboardKey.h:35
FValue Neg(const FValue &Value)
Definition ShaderValue.cpp:1389
FValue Mul(const FValue &Lhs, const FValue &Rhs)
Definition ShaderValue.cpp:1514
FValue Div(const FValue &Lhs, const FValue &Rhs)
Definition ShaderValue.cpp:1519
void AppendDecimalToString(FUtf8StringBuilderBase &Builder, VFloat Float, EFloatStringFormat Format)
Definition VVMFloatPrinting.cpp:25
bool ToJSON(bool Value, JSONValue *JSON, JSONMemoryPoolAllocator &)
Definition JSON.h:211