FCurveReferenceCustomization

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

TSharedFromThis

IPropertyTypeCustomization

FCurveReferenceCustomization

References

Module

MLDeformerEditor

Header

/Engine/Plugins/Experimental/MLDeformer/Source/MLDeformerEditor/Public/CurveReferenceCustomization.h

Include

#include "CurveReferenceCustomization.h"

Syntax

class FCurveReferenceCustomization : public IPropertyTypeCustomization

Variables

Name Description

Protected variable

TSharedPtr< IPr...

 

CurveNameProperty

Property to change after curve has been picked.

Protected variable

TObjectPtr< USk...

 

Skeleton

The Skeleton we get the curves from.

Functions

Name Description

Protected function

TSharedPtr< ...

 

FindStructMemberProperty

(
    TSharedRef< IPropertyHandle > Prope...,
    const FName& PropertyName
)

Public function Static

TSharedRef< ...

 

MakeInstance()

Protected function Virtual

void

 

SetPropertyHandle

(
    TSharedRef< IPropertyHandle > Struc...
)

Protected function

void

 

SetSkeleton

(
    TSharedRef< IPropertyHandle > Struc...
)

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...
)

Called when the header of the property (the row in the details panel where the property is shown) If nothing is added to the row, the header is not displayed