Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/ICurveEditorModule.h |
Include |
#include "ICurveEditorModule.h" |
ECurveEditorViewID RegisterView
(
FOnCreateCurveEditorView InCreateViewDelegate
)
Register a new view factory function that can be used on the curve editor when relevant curves are found @note A maximum of 64 registered view types are supported. View type IDs are not recycled.
A new custom view ID that identifies the registered view type. Any curve models that wish to support this view must |= this enum to its FCurveModel::SupportedViews;
Parameter |
Description |
---|---|
InCreateViewDelegate |
(required) A bound delegate that creates a new instance of the view widget. Delegate signature is TSharedRef |