Navigation
Unreal Engine C++ API Reference > Editor > AnimationBlueprintEditor > AnimationNodes
Inheritance Hierarchy
References
Module | AnimationBlueprintEditor |
Header | /Engine/Source/Editor/AnimationBlueprintEditor/Public/AnimationNodes/SAnimationGraphNode.h |
Include | #include "AnimationNodes/SAnimationGraphNode.h" |
Syntax
class SAnimationGraphNode : public [SGraphNodeK2Base](API\Editor\GraphEditor\KismetNodes\SGraphNodeK2Base)
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs, UAnimGraphNode_Base* InNode ) | |
TSharedRef< ... | CreateNodeFunctionsWidget ( UAnimGraphNode_Base* InAnimNod..., TAttribute< bool > InUseLowDetail ) | Create below-widget controls for editing anim node functions. |
TSharedRef< ... | CreateNodeTagWidget ( UAnimGraphNode_Base* InAnimNod..., TAttribute< bool > InUseLowDetail ) | Create below-widget controls for editing anim node tags. |
void | ReconfigurePinWidgetsForPropertyBindings ( UAnimGraphNode_Base* InAnimGra..., TSharedRef< SGraphNode > InGraphNod..., TFunctionRef< TSharedPtr< SGraphPin... ) | 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< ... | CreateNodeContentArea () | Create the inner node content area, including the left/right pin boxes |
TSharedRef< ... | CreateTitleWidget ( TSharedPtr< SNodeTitle > InNodeTitl... ) | |
bool | IsHidingPinWidgets () | Returns true if the node is hiding its pins |
Overridden from SNode
Type | Name | Description |
---|---|---|
void | GetNodeInfoPopups ( FNodeInfoContext* Context, TArray< FGraphInformationPopupInfo ... ) | Populate the popups array with any popups to render |
TArray< FOve... | GetOverlayWidgets ( bool bSelected, const FVector2D& WidgetSize ) | Populate the widgets array with any overlay widgets to render |
Overridden from SWidget
Type | Name | Description |
---|---|---|
void | Tick ( const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) | Ticks this widget with Geometry. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |
Constants
Name | Description |
---|---|
ErrorReportingSlotReverseIndex | Reverse index of the error reporting bar slot. |
TagAndFunctionsSlotReverseIndex | Reverse index of the tag/functions slot. |