Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/AnimationBlueprintEditor/Public/AnimationNodes/SAnimationGraphNode.h |
Include |
#include "AnimationNodes/SAnimationGraphNode.h" |
class SAnimationGraphNode : public SGraphNodeK2Base
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
TSharedRef< ... |
CreateNodeFunctionsWidget ( |
Create below-widget controls for editing anim node functions. |
|
TSharedRef< ... |
CreateNodeTagWidget ( |
Create below-widget controls for editing anim node tags. |
|
ReconfigurePinWidgetsForPropertyBindings ( |
Tweak any created pin widgets so they respond to bindings. |
Name | Description | ||
---|---|---|---|
|
CreateBelowPinControls ( |
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 ( |
|
|
IsHidingPinWidgets() |
Returns true if the node is hiding its pins |
Name | Description | ||
---|---|---|---|
|
GetNodeInfoPopups ( |
Populate the popups array with any popups to render |
|
|
GetOverlayWidgets |
Populate the widgets array with any overlay widgets to render |
Name |
Description |
|
---|---|---|
|
FArguments |
Name |
Description |
---|---|
ErrorReportingSlotReverseIndex |
Reverse index of the error reporting bar slot. |
TagAndFunctionsSlotReverseIndex |
Reverse index of the tag/functions slot. |