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 FStructProperty * RegisterStructOnScopeProperty
(
TSharedRef< FStructOnScope > StructOnScope
)
Register a floating struct on scope so that the details panel may use it as a property
The struct property that may may be associated with the details panel
Parameter |
Description |
---|---|
StructOnScope |
The struct to register |