UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FORCEINLINE VectorRegister4Float VectorSubtract(const VectorRegister4Float &Vec1, const VectorRegister4Float &Vec2)
Definition UnrealMathFPU.h:731
FORCEINLINE uint32 VectorAnyGreaterThan(const VectorRegister4Float &Vec1, const VectorRegister4Float &Vec2)
Definition UnrealMathFPU.h:1917
FORCEINLINE VectorRegister4Float VectorMin(const VectorRegister4Float &Vec1, const VectorRegister4Float &Vec2)
Definition UnrealMathFPU.h:1686
FORCEINLINE VectorRegister4Float VectorLoadFloat1(const float *Ptr)
Definition UnrealMathFPU.h:468
VectorRegister4Float VectorLoadAligned(const float *Ptr)
Definition UnrealMathFPU.h:451
FORCEINLINE VectorRegister4Float VectorCompareGT(const VectorRegister4Float &Vec1, const VectorRegister4Float &Vec2)
Definition UnrealMathFPU.h:974
FORCEINLINE int32 VectorMaskBits(const VectorRegister4Float &Vec1)
Definition UnrealMathFPU.h:1075
FORCEINLINE VectorRegister4Float VectorAdd(const VectorRegister4Float &Vec1, const VectorRegister4Float &Vec2)
Definition UnrealMathFPU.h:704
FORCEINLINE VectorRegister4Float VectorCompareLE(const VectorRegister4Float &Vec1, const VectorRegister4Float &Vec2)
Definition UnrealMathFPU.h:1050
Definition GenericOctree.h:42
FVector4 Center
Definition GenericOctree.h:46
FVector4 Extent
Definition GenericOctree.h:47
Definition GenericOctree.h:146
Definition GenericOctree.h:201
uint32 ChildBits
Definition GenericOctree.h:226
bool Contains(FOctreeChildNodeRef ChildRef) const
Definition GenericOctree.inl:20
Definition GenericOctree.h:252
FOctreeChildNodeRef GetContainingChild(const FBoxCenterAndExtent &BoundingBox) const
Definition GenericOctree.inl:55
FReal ChildCenterOffset
Definition GenericOctree.h:267
FReal ChildExtent
Definition GenericOctree.h:264
FBoxCenterAndExtent Bounds
Definition GenericOctree.h:261
FOctreeChildNodeSubset GetIntersectingChildren(const FBoxCenterAndExtent &BoundingBox) const
Definition GenericOctree.inl:27
Definition UnrealMathUtility.h:270
Definition UnrealMathFPU.h:42