Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
const FName ViewIdentifier
) const
Find an existing detail view
The existing detail view, or null if it wasn't found
Parameter |
Description |
---|---|
ViewIdentifier |
The name of the details view to find |