UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EHitFlags
Definition PhysicsInterfaceWrapperShared.h:65
EQueryFlags
Definition PhysicsInterfaceWrapperShared.h:9
EQueryFlags operator&(EQueryFlags lhs, EQueryFlags rhs)
Definition PhysicsInterfaceWrapperShared.h:22
EQueryFlags operator|(EQueryFlags lhs, EQueryFlags rhs)
Definition PhysicsInterfaceWrapperShared.h:17
FArchive & operator<<(FArchive &Ar, FQueryFlags &QueryFlags)
Definition PhysicsInterfaceWrapperShared.h:58
const bool
Definition NetworkReplayStreaming.h:178
Definition Archive.h:1208
Definition PhysicsInterfaceWrapperShared.h:86
EHitFlags HitFlags
Definition PhysicsInterfaceWrapperShared.h:113
bool operator==(const FHitFlags &Other) const
Definition PhysicsInterfaceWrapperShared.h:111
FHitFlags & operator|=(EHitFlags Rhs)
Definition PhysicsInterfaceWrapperShared.h:94
FHitFlags & operator&=(EHitFlags Rhs)
Definition PhysicsInterfaceWrapperShared.h:105
FHitFlags(EHitFlags InFlags=EHitFlags::None)
Definition PhysicsInterfaceWrapperShared.h:87
FHitFlags operator&(EHitFlags Rhs) const
Definition PhysicsInterfaceWrapperShared.h:100
FHitFlags operator|(EHitFlags Rhs) const
Definition PhysicsInterfaceWrapperShared.h:89
Definition PhysicsInterfaceWrapperShared.h:28
bool operator==(const FQueryFlags &Other) const
Definition PhysicsInterfaceWrapperShared.h:53
FQueryFlags operator&(EQueryFlags Rhs) const
Definition PhysicsInterfaceWrapperShared.h:42
FQueryFlags & operator|=(EQueryFlags Rhs)
Definition PhysicsInterfaceWrapperShared.h:36
FQueryFlags operator|(EQueryFlags Rhs) const
Definition PhysicsInterfaceWrapperShared.h:31
FQueryFlags & operator&=(EQueryFlags Rhs)
Definition PhysicsInterfaceWrapperShared.h:47
FQueryFlags(EQueryFlags InFlags)
Definition PhysicsInterfaceWrapperShared.h:29
EQueryFlags QueryFlags
Definition PhysicsInterfaceWrapperShared.h:55