5#if WITH_VERSE_VM || defined(__INTELLISENSE__)
35 template <
typename InitIndexFunc,
typename = std::enable_if_t<std::is_same_v<VValue, std::invoke_result_t<InitIndexFunc, u
int32>>>>
48 return VArray::New(
Context, 0, EArrayType::None);
61 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
Type
Definition PawnAction_Move.h:11
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426