ICurveEditorModule::RegisterView

Register a new view factory function that can be used on the curve editor when relevant curves are found

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/ICurveEditorModule.h

Include

#include "ICurveEditorModule.h"

Syntax

ECurveEditorViewID RegisterView
(
    FOnCreateCurveEditorView InCreateViewDelegate
)

Remarks

Register a new view factory function that can be used on the curve editor when relevant curves are found

: A maximum of 64 registered view types are supported. View type IDs are not recycled.

Returns

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;

Parameters

Parameter

Description

InCreateViewDelegate

(required) A bound delegate that creates a new instance of the view widget. Delegate signature is TSharedRef Function(TWeakPtr);

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