Native class

FGBAAttributeSetDetails#

  • Declared in "Details/GBAAttributeSetDetails.h"
class FGBAAttributeSetDetails : public IDetailCustomization

Details customization for Attribute Sets

Mainly to add a "+" button to add a new attribute member variable.

Methods#

Fields#

  • private
    • AttributeBeingCustomized&
    TWeakObjectPtr<UAttributeSet> AttributeBeingCustomized

    The UObject we are editing

    • BlueprintBeingCustomized&
    TWeakObjectPtr<UBlueprint> BlueprintBeingCustomized

    The blueprint we are editing

    • BlueprintEditorPtr&
    TWeakPtr<FGBABlueprintEditor> BlueprintEditorPtr

    Weak reference to the Blueprint editor