4#if WITH_VERSE_VM || defined(__INTELLISENSE__)
58 static bool Matches(KeyInitType
A, KeyInitType
B) {
return A ==
B; }
60 static uint32 GetKeyHash(KeyInitType Key) { return ::PointerHash(
Key.Get().AsUObject()); }
61 static uint32 GetKeyHash(
UPackage* Key) { return ::PointerHash(Key); }
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
T * New(FMemStackBase &Mem, int32 Count=1, int32 Align=DEFAULT_ALIGNMENT)
Definition MemStack.h:259
Definition ContainerAllocationPolicies.h:1660
Definition JsonObject.h:23
Definition JsonValue.h:22
Definition ArrayView.h:139
Definition UnrealString.h.inl:34
Definition SharedPointer.h:692
Definition VVMVerseStruct.h:33
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426
bool SerializeImpl(const UScriptStruct *InSourceEventType, const void *InSourceEventData, FLiveLinkSerializedFrameData &OutSerializedData)
Definition LiveLinkCompression.cpp:126
VERSECOMPILER_API bool Matches(const CTypeBase *PositiveType1, const CTypeBase *NegativeType2, const uint32_t UploadedAtFnVersion)
Determine if argument PositiveType1 is a match for parameter NegativeType2
Definition SemanticTypes.cpp:2971
U16 Index
Definition radfft.cpp:71