5#if WITH_VERSE_VM || defined(__INTELLISENSE__)
43 static_assert(std::is_base_of_v<VArrayBase, VArray>);
58 template <
typename InitIndexFunc,
typename = std::enable_if_t<std::is_same_v<VValue, std::invoke_result_t<InitIndexFunc, u
int32>>>>
71 return VMutableArray::New(
Context, 0, 0, EArrayType::None);
90 template <
typename InitIndexFunc,
typename = std::enable_if_t<std::is_same_v<VValue, std::invoke_result_t<InitIndexFunc, u
int32>>>>
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
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426