Navigation
API > API/Editor > API/Editor/AnimationBlueprintEditor > API/Editor/AnimationBlueprintEditor/AnimationNodes
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SNodePanel::SNode
- SGraphNode
- SGraphNodeK2Base
- SAnimationGraphNode
References
| Module | AnimationBlueprintEditor |
| Header | /Engine/Source/Editor/AnimationBlueprintEditor/Public/AnimationNodes/SAnimationGraphNode.h |
| Include | #include "AnimationNodes/SAnimationGraphNode.h" |
Syntax
class SAnimationGraphNode : public SGraphNodeK2Base
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| TSharedRef< SWidget > | CreateNodeFunctionsWidget
(
UAnimGraphNode_Base* InAnimNode, |
Create below-widget controls for editing anim node functions. | |
| TSharedRef< SWidget > | CreateNodeTagWidget
(
UAnimGraphNode_Base* InAnimNode, |
Create below-widget controls for editing anim node tags. | |
| void | ReconfigurePinWidgetsForPropertyBindings
(
UAnimGraphNode_Base* InAnimGraphNode, |
Tweak any created pin widgets so they respond to bindings. |
Overridden from SGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | CreateBelowPinControls
(
TSharedPtr< SVerticalBox > MainBox |
Override this to add widgets below the pins but above advanced view arrow. | |
| TSharedRef< SWidget > | Create the inner node content area, including the left/right pin boxes | ||
| TSharedRef< SWidget > | CreateTitleWidget
(
TSharedPtr< SNodeTitle > InNodeTitle |
||
| bool | Returns true if the node is hiding its pins |
Overridden from SNode
| Type | Name | Description | |
|---|---|---|---|
| void | GetNodeInfoPopups
(
FNodeInfoContext* Context, |
Populate the popups array with any popups to render | |
| TArray< FOverlayWidgetInfo > | GetOverlayWidgets
(
bool bSelected, |
Populate the widgets array with any overlay widgets to render |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Constants
| Name | Description |
|---|---|
| ErrorReportingSlotReverseIndex | Reverse index of the error reporting bar slot. |
| TagAndFunctionsSlotReverseIndex | Reverse index of the tag/functions slot. |