5#if WITH_VERSE_VM || defined(__INTELLISENSE__)
16inline void VRestValue::SetTransactionally(FAllocationContext
Context, VValue NewValue)
22inline void VRestValue::SetTrailed(FAllocationContext
Context, VValue NewValue)
28template <
typename FunctionType>
39 if (
F(
Set[ElementId]))
60template <
typename UnaryFunction>
63 AutoRTFM::UnreachableIfClosed(
"#jira SOL-8415");
65 AutoRTFM::UnreachableIfClosed(
"#jira SOL-8415");
74inline void VRef::Set(FAllocationContext
Context, VValue NewValue)
#define checkSlow(expr)
Definition AssertionMacros.h:332
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
constexpr uint32 HashCombineFast(uint32 A, uint32 B)
Definition TypeHash.h:74
uint32 PointerHash(const void *Key)
Definition TypeHash.h:91
Definition SetUtilities.h:95
UE_FORCEINLINE_HINT bool IsValidId() const
Definition SetUtilities.h:101
UE_FORCEINLINE_HINT void Reserve(SizeType Number)
Definition Array.h:3016
UE_STRING_CLASS Result(Forward< LhsType >(Lhs), RhsLen)
Definition String.cpp.inl:732
uint32 GetTypeHash(TPtrVariant< Ts... > Ptr)
Definition VVMPtrVariant.h:83
bool operator==(VFloat Left, VFloat Right)
Definition VVMFloat.cpp:81