Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- ISceneViewFamilyExtention
- ISceneViewFamilyExtentionData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneView.h |
| Include | #include "SceneView.h" |
Syntax
class ISceneViewFamilyExtentionData : public ISceneViewFamilyExtention
Remarks
Generic plugin extension that have a lifetime of the FSceneViewFamily that can contain arbitrary data to passdown from game thread to render thread.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | Returns a const TCHAR* to uniquely identify what implementation ISceneViewFamilyExtentionData is. |