Navigation
API > API/Editor > API/Editor/CurveEditor
Generic multicast delegate that guards against re-entrancy for the curve editor tree
| Name | FCurveEditorTreeDelegate |
| Type | class |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Tree/CurveEditorTree.h |
| Include Path | #include "Tree/CurveEditorTree.h" |
Syntax
class FCurveEditorTreeDelegate : public FSimpleMulticastDelegate< void >
Inheritance Hierarchy
- FSimpleMulticastDelegate< void > → FCurveEditorTreeDelegate
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBroadcasting | bool | Whether this delegate is currently broadcasting | Tree/CurveEditorTree.h | |
| FCurveEditorTree | friend | Tree/CurveEditorTree.h | ||
| FScopedCurveEditorTreeEventGuard | friend | Tree/CurveEditorTree.h | ||
| SerialNumber | uint32 | Serial number that is incremented any time this delegate should be broadcast | Tree/CurveEditorTree.h |