Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual TSharedPtr< class IDetailsView > FindDetailView
&40;
const FName ViewIdentifier
&41; const
Remarks
Find an existing detail view The existing detail view, or null if it wasn't found
Parameters
| Name | Description |
|---|---|
| ViewIdentifier | The name of the details view to find |