Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SCurveEditor
Description
Set the curve that is being edited by this track widget. Also provide an option to enable/disable editing
| Name | SetCurveOwner |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h |
| Include Path | #include "SCurveEditor.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/SCurveEditor.cpp |
void SetCurveOwner
(
FCurveOwnerInterface * InCurveOwner,
bool bCanEdit
)