UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DrawSphereComponent.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3
4#pragma once
5
6#include "CoreMinimal.h"
9#include "DrawSphereComponent.generated.h"
10
11struct FConvexVolume;
12struct FEngineShowFlags;
13
17UCLASS(collapsecategories, hidecategories=Object, editinlinenew, MinimalAPI)
18class UDrawSphereComponent : public USphereComponent
19{
21
22public:
23#if WITH_EDITOR
24 virtual bool ComponentIsTouchingSelectionBox(const FBox& InSelBBox, const bool bConsiderOnlyBSP, const bool bMustEncompassEntireComponent) const override;
25 virtual bool ComponentIsTouchingSelectionFrustum(const FConvexVolume& InFrustum, const bool bConsiderOnlyBSP, const bool bMustEncompassEntireComponent) const override;
26#endif
27};
28
29
30
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition DrawSphereComponent.h:19
Definition ConvexVolume.h:44
Definition ShowFlags.h:56