Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor
Inheritance Hierarchy
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorModule.h |
Include | #include "ICurveEditorModule.h" |
Syntax
class ICurveEditorModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
Remarks
Interface for the Curve Editor module.
Destructors
Type | Name | Description |
---|---|---|
~ICurveEditorModule () |
Functions
Type | Name | Description |
---|---|---|
TArray< FCur... | GetAllToolBarMenuExtenders () | |
TArrayView< ... | GetEditorExtensions () | |
TArrayView< ... | GetToolExtensions () | |
FDelegateHan... | RegisterEditorExtension ( FOnCreateCurveEditorExtension InOnC... ) | |
FDelegateHan... | RegisterToolExtension ( FOnCreateCurveEditorToolExtension I... ) | |
ECurveEditor... | RegisterView ( FOnCreateCurveEditorView InCreateVi... ) | Register a new view factory function that can be used on the curve editor when relevant curves are found |
void | UnregisterEditorExtension ( FDelegateHandle InHandle ) | |
void | UnregisterToolExtension ( FDelegateHandle InHandle ) | |
void | UnregisterView ( ECurveEditorViewID InViewID ) | Unregister a previously registered view type |
Typedefs
Name | Description |
---|---|
FCurveEditorMenuExtender |