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 * RegisterStructProperty
(
const UStruct * StructClass
)
Remarks
Register a floating struct 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 |
|---|---|
| StructClass | The struct to register |