Navigation
API > API/Editor > API/Editor/CurveEditor
Widget to show curve editor tool extension properties
| Name | SCurveEditorToolProperties |
| Type | class |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorToolProperties.h |
| Include Path | #include "SCurveEditorToolProperties.h" |
Syntax
class SCurveEditorToolProperties : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCurveEditorToolProperties
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCurveEditorToolProperties
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SCurveEditorToolProperties() |
SCurveEditorToolProperties.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DetailsView | TSharedPtr< IStructureDetailsView > | SCurveEditorToolProperties.h | ||
| ToolId | FCurveEditorToolID | SCurveEditorToolProperties.h | ||
| WeakCurveEditor | TWeakPtr< FCurveEditor > | SCurveEditorToolProperties.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SCurveEditorToolProperties.h | ||
TSharedPtr< class IStructureDetailsView > GetStructureDetailsView() |
The details view for tool properties | SCurveEditorToolProperties.h | |
void OnToolChanged
(
FCurveEditorToolID NewToolId |
Called when the curve editor tool changes Sets the new tool ID and rebuilds the details view | SCurveEditorToolProperties.h |