FFrameNumberDetailsCustomization::CustomizeChildren

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

Windows
MacOS
Linux

Override Hierarchy

IPropertyTypeCustomization::CustomizeChildren()

FFrameNumberDetailsCustomization::CustomizeChildren()

References

Module

MovieSceneTools

Header

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

Include

#include "FrameNumberDetailsCustomization.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/FrameNumberDetailsCustomization.cpp

Syntax

virtual void CustomizeChildren
(
    TSharedRef< IPropertyHandle > PropertyHandle,
    IDetailChildrenBuilder & ChildBuilder,
    IPropertyTypeCustomizationUtils & CustomizationUtils
)

Remarks

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

Parameters

Parameter

Description

PropertyHandle

Handle to the property being customized

StructBuilder

A builder for adding children

StructCustomizationUtils

Utilities for customization

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