5#if WITH_VERSE_VM || defined(__INTELLISENSE__)
18inline void VMapBase::Add(FAllocationContext
Context, VValue Key, VValue
Value)
27inline void VMapBase::AddTransactionally(FAllocationContext
Context, VValue Key, VValue
Value)
33 bool bTransactional =
true;
43 Reserve(
Context, InitialCapacity);
46template <
typename GetEntryByIndex>
52 AutoRTFM::UnreachableIfClosed(
"#jira SOL-8415");
73 while (
SeqIdx < NumElements)
88template <
typename MapType,
typename GetEntryByIndex>
94template <
typename MapType>
#define check(expr)
Definition AssertionMacros.h:314
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FRWLock Lock
Definition UnversionedPropertySerialization.cpp:921
Type
Definition PawnAction_Move.h:11
@ Visitor
Definition XmppMultiUserChat.h:94
uint32 GetTypeHash(const FKey &Key)
Definition BlackboardKey.h:35
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426
uint32 GetTypeHash(TPtrVariant< Ts... > Ptr)
Definition VVMPtrVariant.h:83
U16 Index
Definition radfft.cpp:71
static UE_FORCEINLINE_HINT void * Memmove(void *Dest, const void *Src, SIZE_T Count)
Definition UnrealMemory.h:109