Getting Started
Introduction
Quick Start
Get Help
Features
Project Architecture
Serialization Pipeline
Content Browser
Details
Editor Pawn
Play Mode
Undo/Redo
Global Access
How to
Serialize class
Customize Details
Migrate
You can embed your own widgets into the Details panel.
!!! Before you start, study the **Serialization Pipeline !!!**
Follow the instructions:
- Create a widget inherited from WBP_QuietControlBase
- You can use the standard markup by adding WBP_QuietParamLine to the widget tree. (Optional)
The Add slot is designed to add elements to the left part of the widget to the right of the name.
The ParamValue slot is designed ещ add content to the right part of the widget.
The parameter name is set here.
- Add your widget class to the desired class marshaller in the CollectProperties function.