FPropertyTrackEditor::ForCustomizedUseOnly

When true, this track editor will only be used on properties which have specified it as a custom track class.

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieSceneTools

Header

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

Include

#include "PropertyTrackEditor.h"

Syntax

virtual bool ForCustomizedUseOnly()

Remarks

When true, this track editor will only be used on properties which have specified it as a custom track class. This is necessary to prevent duplicate property change handling in cases where a custom track editor handles the same type of data as one of the standard track editors.