Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miltoncandelero/customdetailssectionsplugin
Custom Details Sections Plugin For Unreal Engine
https://github.com/miltoncandelero/customdetailssectionsplugin
Last synced: about 1 month ago
JSON representation
Custom Details Sections Plugin For Unreal Engine
- Host: GitHub
- URL: https://github.com/miltoncandelero/customdetailssectionsplugin
- Owner: miltoncandelero
- Created: 2023-11-26T23:36:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-02T17:06:06.000Z (about 1 year ago)
- Last Synced: 2024-04-14T07:19:27.490Z (8 months ago)
- Language: C++
- Size: 3.46 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Details Sections
_Organize the details panel by grouping your variables into custom sections_## How to use
### Step 1
Make sure you give categories to your variables### Step 2
Find the configuration in the Editor Preferences and create your custom section### Step 3
Configure your custom section to point to your actor (or a parent of the actor. For example Pawn sections inherit to Character)### Step 4
Restart the editor as prompted## Interesting notes
- You can't use subcategories. The engine doesn't support it. You can only group the base category. The plugin will convert any subcategory into the base category.
- You can overwrite names of your previous sections or of engine sections by giving a new section the same ID of an old one.
- However, categories get added insted of overwriting the previous ones