Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UDebugDrawComponent
- USmartObjectDebugRenderingComponent
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectDebugRenderingComponent.h |
| Include | #include "SmartObjectDebugRenderingComponent.h" |
Syntax
UCLASS (ClassGroup=Debug, NotBlueprintable, NotPlaceable)
class USmartObjectDebugRenderingComponent : public UDebugDrawComponent
Remarks
Simple UDebugDrawComponent to inherit from to use a FSmartObjectDebugSceneProxy. Derived classes can set ViewFlagName at construction to control relevancy.
Constructors
| Type | Name | Description | |
|---|---|---|---|
USmartObjectDebugRenderingComponent
(
const FObjectInitializer& ObjectInitializer |