Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Inheritance Hierarchy
- FPrimitiveSceneProxy
- FDebugRenderSceneProxy
- FSmartObjectDebugSceneProxy
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectDebugSceneProxy.h |
| Include | #include "SmartObjectDebugSceneProxy.h" |
Syntax
class FSmartObjectDebugSceneProxy : public FDebugRenderSceneProxy
Remarks
Simple DebugRenderSceneProxy that gets relevant when associated component is shown and view flag is active (if specified on construction)
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectDebugSceneProxy
(
const UPrimitiveComponent& InComponent, |
Overridden from FPrimitiveSceneProxy
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Every derived class should override these functions | ||
| FPrimitiveViewRelevance | GetViewRelevance
(
const FSceneView* View |
Determines the relevance of this primitive's elements to the given view. |