Navigation
API > API/Plugins > API/Plugins/GameplayAbilitiesEditor
Inheritance Hierarchy
- TSharedFromThis< IPropertyTypeCustomization >
- IPropertyTypeCustomization
- FAttributePropertyDetails
References
| Module | GameplayAbilitiesEditor |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilitiesEditor/Public/AttributeDetails.h |
| Include | #include "AttributeDetails.h" |
Syntax
class FAttributePropertyDetails : public IPropertyTypeCustomization
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< class IPropertyHandle > StructPropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< class IPropertyHandle > StructPropertyHandle, |
IPropertyTypeCustomization interface |