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