Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/Tree
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/Tree/CurveEditorTree.h |
| Include | #include "Tree/CurveEditorTree.h" |
Syntax
struct FScopedCurveEditorTreeEventGuard
Remarks
Scoped guard that prevents the broadcast of tree events for the duration of its lifetime. Will trigger necessary events after the last remaining guard has been destroyed.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedCurveEditorTreeEventGuard
(
FCurveEditorTree* InTree |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| FScopedCurveEditorTreeEventGuard & | operator=
(
FScopedCurveEditorTreeEventGuard&& RHS |