FMovieSceneEventCustomization

Customization for [FMovieSceneEvent](API\Runtime\MovieSceneTracks\Channels\FMovieSceneEvent) structs.

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IPropertyTypeCustomization

FMovieSceneEventCustomization

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneEventCustomization.h

Include

#include "MovieSceneEventCustomization.h"

Syntax

class FMovieSceneEventCustomization : public IPropertyTypeCustomization

Remarks

Customization for FMovieSceneEvent structs. Will deduce the event's section either from the outer objects on the details customization, or use the one provided on construction (for instanced property type customizations)

Functions

Name Description

Public function Static

TSharedRef< ...

 

MakeInstance()

Public function Static

TSharedRef< ...

 

MakeInstance

(
    UMovieSceneSection* InSection
)

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

Typedefs

Name

Description

TInlineMap

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