Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
| Name | UGeometryCollectionDebugDrawComponent |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionDebugDrawComponent.h |
| Include Path | #include "GeometryCollection/GeometryCollectionDebugDrawComponent.h" |
Syntax
UCLASS (Meta=(BlueprintSpawnableComponent),
HideCategories=("Tags", "Activation", "Cooking", "AssetUserData", "Collision"), MinimalAPI)
class UGeometryCollectionDebugDrawComponent : public UActorComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → UGeometryCollectionDebugDrawComponent
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGeometryCollectionDebugDrawComponent
(
const FObjectInitializer& ObjectInitializer |
GeometryCollection/GeometryCollectionDebugDrawComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GeometryCollectionComponent | UGeometryCollectionComponent * | GeometryCollection/GeometryCollectionDebugDrawComponent.h | ||
| GeometryCollectionRenderLevelSetActor | TObjectPtr< AGeometryCollectionRenderLevelSetActor > | Level Set singleton actor, containing the Render properties. | GeometryCollection/GeometryCollectionDebugDrawComponent.h |
|
Functions
Public
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GeometryCollectionDebugDrawActor_DEPRECATED | PRAGMA_DISABLE_DEPRECATION_WARNINGSTObjectPtr< AGeometryCollectionDebugDrawActor > | Singleton actor, containing the debug draw properties. | GeometryCollection/GeometryCollectionDebugDrawComponent.h |