7#define WITH_SHARED_POINTER_TESTS 0 && !(UE_BUILD_SHIPPING || UE_BUILD_TEST)
9#if WITH_SHARED_POINTER_TESTS
12template<
typename KeyType,
typename ValueType,
typename SetAllocator ,
typename KeyFuncs >
class TMap;
23 template< ESPMode Mode >
92 ( *SharedArray ).bFoo =
false;
137 check( !NullPtr.IsValid() );
517 check(FoundKey !=
nullptr && *FoundKey == 10);
526 check( FoundKey !=
nullptr && *FoundKey == 10 );
#define check(expr)
Definition AssertionMacros.h:314
SharedPointerInternals::TRawPtrProxy< ObjectType > MakeShareable(ObjectType *InObject)
Definition SharedPointer.h:1947
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ESPMode
Definition SharedPointerFwd.h:12
USkinnedMeshComponent float
Definition SkinnedMeshComponent.h:60
float Val(const FString &Value)
Definition UnrealMath.cpp:3163
Definition UnrealString.h.inl:34
Definition SharedPointer.h:1640
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition SharedPointer.h:1295
UE_FORCEINLINE_HINT TSharedPtr< ObjectType, Mode > Pin() const &
Definition SharedPointer.h:1512
UE_FORCEINLINE_HINT void Reset()
Definition SharedPointer.h:1544