FAnimationStateEntryCustomization

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IPropertyTypeCustomization

FAnimationStateEntryCustomization

References

Module

AnimationSharingEd

Header

/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharingEd/Public/SetupDetailsViewCustomizations.h

Include

#include "SetupDetailsViewCustomizations.h"

Syntax

class FAnimationStateEntryCustomization : public IPropertyTypeCustomization

Variables

Name Description

Protected variable

UEnum *

 

CachedComboBoxEnumClass

Protected variable

TArray< TShared...

 

ComboBoxItems

Protected variable

TSharedPtr< IPr...

 

ProcessorPropertyHandle

Protected variable

TSharedPtr< IPr...

 

StatePropertyHandle

Constructors

Destructors

Functions

Name Description

Protected function

FDetailWidge...

 

CreateEnumSelectionWidget

(
    TSharedRef< IPropertyHandle > Child...,
    IDetailChildrenBuilder& StructBuil...
)

Protected function

void

 

GenerateEnumComboBoxItems()

Protected function Const

const TArray...

 

GetComboBoxSourceItems()

Protected function Const

const TShare...

 

GetSelectedEnum

(
    TSharedPtr< IPropertyHandle > Prope...
)

Protected function Const

FText

 

GetStateName

(
    TSharedPtr< IPropertyHandle > Prope...
)

End IPropertyTypeCustomization interface

Public function Static

TSharedRef< ...

 

MakeInstance()

Protected function

void

 

SelectedEnumChanged

(
    TSharedPtr< FString > Selection,
    ESelectInfo::Type SelectInfo,
    TSharedRef< IPropertyHandle > Prope...
)

Overridden from IPropertyTypeCustomization

Name Description

Public function Virtual

void

 

CustomizeChildren

(
    TSharedRef< IPropertyHandle > Prope...,
    IDetailChildrenBuilder& ChildBuild...,
    IPropertyTypeCustomizationUtils& C...
)

Called when the children of the property should be customized or extra rows added

Public function Virtual

void

 

CustomizeHeader

(
    TSharedRef< IPropertyHandle > Prope...,
    FDetailWidgetRow& HeaderRow,
    IPropertyTypeCustomizationUtils& C...
)

Begin IPropertyTypeCustomization interface

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss