4#if WITH_VERSE_VM || defined(__INTELLISENSE__)
16inline Verse::FOpResult UVerseClass::LoadField(Verse::FAllocationContext
Context,
UObject*
Object, Verse::VUniqueString& FieldName, Verse::VNativeConstructorWrapper*
Wrapper)
18 using namespace Verse;
22 const VShape::VEntry*
Field = Shape.GetField(FieldName);
26 case EFieldType::FProperty:
28 case EFieldType::FPropertyVar:
30 case EFieldType::FVerseProperty:
36 VValue Placeholder = Slot.Get(
Context);
37 Placeholder.AsPlaceholder().AddRef(
Context);
43 case EFieldType::Constant:
72 case EFieldType::Offset:
#define LIKELY(x)
Definition CityHash.cpp:107
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FUObjectArray GUObjectArray
Definition UObjectHash.cpp:55
#define VERSE_UNREACHABLE()
Definition VVMUnreachable.h:8
UE_FORCEINLINE_HINT bool IsDisregardForGC(const class UObjectBase *Object) const
Definition UObjectArray.h:1234
Definition VVMVerseClass.h:137
Definition FieldSystemNoiseAlgo.cpp:6