UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISceneViewFamilyExtentionData Class Referenceabstract

#include <SceneView.h>

+ Inheritance diagram for ISceneViewFamilyExtentionData:

Public Member Functions

virtual const TCHARGetSubclassIdentifier () const =0
 

Additional Inherited Members

- Protected Member Functions inherited from ISceneViewFamilyExtention
virtual ~ISceneViewFamilyExtention ()
 

Detailed Description

Generic plugin extension that have a lifetime of the FSceneViewFamily that can contain arbitrary data to passdown from game thread to render thread.

Member Function Documentation

◆ GetSubclassIdentifier()

virtual const TCHAR * ISceneViewFamilyExtentionData::GetSubclassIdentifier ( ) const
pure virtual

Returns a const TCHAR* to uniquely identify what implementation ISceneViewFamilyExtentionData is.

Implemented in FMeshEdgesViewFamilyData.


The documentation for this class was generated from the following file: