5#if UE_WITH_CONSTINIT_UOBJECT
11 template<
typename IntrinsicClass>
14 template<
typename IntrinsicClass>
22 struct TIntrinsicClassBaseChainImpl
25 static constexpr SIZE_T Num =
sizeof...(Classes);
34 template<
typename ClassType,
typename... Ts>
37 if constexpr (std::is_same_v<ClassType, typename ClassType::Super>)
39 return TIntrinsicClassBaseChainImpl<ClassType, Ts...>{};
constexpr auto MakeArrayView(OtherRangeType &&Other)
Definition ArrayView.h:873
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ArrayView.h:139
Definition PackageReader.cpp:44