An open API service indexing awesome lists of open source software.

https://github.com/RemRemRemRe/RemEditorUtilities


https://github.com/RemRemRemRe/RemEditorUtilities

gameplay unreal-engine

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Features
Provide the ability to customize any given type of `FObjectPropertyBase` properties in an `UObject` (it can be an **instanced** object)
- (**instanced**) UObject container is partially supported, including: `TArray`, `TSet`
- container properties in an UObject is fully supported, including: `TArray`, `TSet`, `TMap`
- struct property is ignored, it is better and should be able to use existing `FPropertyEditorModule::RegisterCustomPropertyTypeLayout` to do the customization

For more information, @see `FComponentBasedWidgetDetails::CustomizeDetails`