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 FStructProperty &42; RegisterStructOnScopeProperty
&40;
TSharedRef< FStructOnScope > StructOnScope
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| StructOnScope | The struct to register |