Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
Include |
#include "AnimGraphNode_Base.h" |
class UAnimGraphNode_Base : public UK2Node
This is the base class for any animation graph nodes that generate or consume an animation pose in the animation blend graph.
Any concrete implementations will be paired with a runtime graph node derived from FAnimNode_Base
Name | Description | ||
---|---|---|---|
|
AlwaysDynamicProperties |
Properties marked as always dynamic, so they can be set externally |
|
|
BecomeRelevantFunction |
Function called when the node becomes relevant. |
|
|
BlueprintUsage |
||
|
InitialUpdateFunction |
Function called before the node is updated for the first time. |
|
|
NodeTitleChangedEvent |
||
|
OldShownPins |
Old shown pins. Needs to be a member variable to track pin visibility changes between Pre and PostEditChange. |
|
|
PropertyBindings |
Map from property name->binding info |
|
|
PropertyChangeEvent |
||
|
ShowPinForProperties |
||
|
UpdateFunction |
Function called when the node is updated. |
Name | Description | |
---|---|---|
|
UAnimGraphNode_Base ( |
Name | Description | ||
---|---|---|---|
|
BakeDataDuringCompilation ( |
Gives each visual node a chance to update the node template before it is inserted in the compiled class. |
|
|
CopyNodeDataToPreviewNode ( |
Called to propagate data from the internal node to the preview in Persona. |
|
|
CopyPinDefaultsToNodeData ( |
Called after editing a default value to update internal node from pin defaults. |
|
|
CopyTermDefaultsToDefaultObject |
Copy this node's data during the last phase of compilation where term defaults are copied to the new CDO. |
|
|
CreateCustomPins ( |
Override point to create custom pins |
|
|
CreateOutputPins() |
Create any output pins necessary for this node. |
|
|
CreatePinsForPoseLink |
This will be called when a pose link is found, and can be called with PoseProperty being either of: |
|
|
CustomizeDetails ( |
Can customize details tab |
|
|
CustomizePinData ( |
Customize pin data based on the input |
|
|
DoesSupportTimeForTransitionGetter() |
BEGIN Interface to support transition getter if you return true for DoesSupportExposeTimeForTransitionGetter you should implement all below functions |
|
|
Draw ( |
Draw function for supporting visualization. |
|
|
DrawCanvas ( |
Canvas draw function to draw to viewport. |
|
|
FAnimNode_Ba... |
FindDebugAnimNode ( |
Try to find the preview node instance for this anim graph node |
|
NodeType ... |
GetActiveInstanceNode ( |
|
|
GetAllAnimationSequencesReferred ( |
Populate the supplied arrays with the currently reffered to animation assets. |
|
|
UAnimationAs... |
GetAnimationAsset() |
|
|
TSubclassOf<... |
GetAnimationAssetClass() |
|
|
UAnimBluepri... |
GetAnimBlueprint() |
Get the animation blueprint to which this node belongs |
|
FAnimNode_Ba... |
GetDebuggedAnimNode() |
Get the currently-debugged runtime anim node (in the anim BP debugger that this node is currently being edited in) |
|
FEditorModeI... |
GetEditorMode() |
Override this function to push an editor mode when this node is selected |
|
FAnimNode_Ba... |
GetFNode() |
Get the runtime anim node that we template. |
|
FStructPrope... |
GetFNodeProperty() |
Gets the animation FNode property represented by this ed graph node. |
|
UScriptStruc... |
GetFNodeType() |
Gets the animation FNode type represented by this ed graph node. |
|
GetInputLinkAttributes ( |
Get the named attribute types that this node takes (absorbs) as inputs. Other attributes are assumed to 'pass through' this node. |
|
|
FPoseLinkMap... |
GetLinkIDLocation ( |
|
|
GetNodeCategory() |
Gets the menu category this node belongs in. |
|
|
GetOnScreenDebugInfo ( |
||
|
GetOutputLinkAttributes ( |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. |
|
|
GetPinAssociatedProperty ( |
Get the property (and possibly array index) associated with the supplied pin |
|
|
GetPinBindingInfo |
Get the pin binding info for the supplied pin |
|
|
FProperty &#... |
GetPinProperty ( |
Get the property corresponding to a pin. For array element pins returns the outer array property. Returns null if a property cannot be found. |
|
FProperty &#... |
GetPinProperty ( |
Get the property corresponding to a pin. For array element pins returns the outer array property. Returns null if a property cannot be found. |
|
const UAnimG... |
GetProxyNodeForAttributes() |
Some anim graph nodes can act as proxies to outer nodes (e.g. sink nodes in nested graphs). |
|
GetRequiredExtensions ( |
Get the extension types that this node type holds on the anim blueprint. Some extension types are always requested by the system. |
|
|
GetTag() |
Get the tag for this node, if any. |
|
|
const TCHAR ... |
GetTimePropertyName() |
|
|
UScriptStruc... |
GetTimePropertyStruct() |
|
|
HandleAnimReferenceCollection ( |
Helper function for GetAllAnimationSequencesReferred. |
|
|
HandleAnimReferenceReplacement ( |
Helper function for ReplaceReferredAnimations. |
|
|
HandleAnimReferenceReplacement ( |
Helper function for ReplaceReferredAnimations. |
|
|
HasBinding ( |
Check whether the specified property is bound via PropertyBindings. |
|
|
InternalPinCreation ( |
Allocates or reallocates pins. |
|
|
IsPinBindable ( |
Check whether the named pin is bindable. |
|
|
IsPinExposedAndBound ( |
Helper function to check whether a pin is valid and bound via property access |
|
|
IsPinExposedAndLinked ( |
Helper function to check whether a pin is valid and linked to something else in the graph |
|
|
IsSinkNode() |
Is this node a sink that has no pose outputs? |
|
|
TSharedRef< ... |
MakePropertyBindingWidget ( |
Make a property binding widget to edit the bindings of the passed-in nodes. |
|
OnCopyTermDefaultsToDefaultObject |
Override point for CopyTermDefaultsToDefaultObject Copy this node's data during the last phase of compilation where term defaults are copied to the new CDO |
|
|
FOnNodePrope... |
OnNodePropertyChanged() |
|
|
OnNodeSelected ( |
Selection notification callback. |
|
|
FOnNodeTitle... |
OnNodeTitleChangedEvent() |
|
|
OnOverrideAssets |
Override point for OverrideAssets. |
|
|
OnProcessDuringCompilation |
Process this node's data during compilation (override point) |
|
|
OverrideAssets |
Called to override the assets held on a runtime anim node. Implements per-node logic for child anim blueprints. |
|
|
PostEditRefreshDebuggedComponent() |
Refreshes the debugged component post-edit. |
|
|
PostProcessPinName ( |
Give the node a chance to change the display name of a pin. |
|
|
ProcessDuringCompilation |
Process this node's data during compilation. |
|
|
RecalculateBindingType ( |
Helper function used to refresh the type of a binding. |
|
|
ReplaceReferredAnimations ( |
Replace references to animations that exist in the supplied maps. |
|
|
SetPinVisibility |
Sets the visibility of the specified pin, reconstructs the node if it changes. |
|
|
SetTag ( |
Set the tag for this node. |
|
|
SetTagInternal ( |
Set the tag for this node but without regenerating any BP data for tagging. |
|
|
ShouldCreateStructEvalHandlers() |
Whether this node should create BP evaluation handlers as part of compilation. |
|
|
ShouldShowAttributesOnPins() |
||
|
EAnimAssetHa... |
SupportsAssetClass ( |
Returns whether this node supports the supplied asset class |
|
UsingCopyPoseFromMesh() |
If using CopyPoseFromMesh, the AnimBlueprint Compiler will cache this off for optimizations. |
|
|
ValidateAnimNodeDuringCompilation ( |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
|
|
ValidateAnimNodePostCompile ( |
Gives each visual node a chance to validate that they are still valid in the context of the compiled class, giving a last shot at error or warning generation after primary compilation is finished. |
Name | Description | ||
---|---|---|---|
|
CanPlaceBreakpoints() |
Returns whether this node can have breakpoints placed on it in the debugger |
|
|
ExpandNode ( |
Expands a node while compiling, which may add additional nodes or delete this node |
|
|
GetMenuActions |
Replacement for GetMenuEntries(). |
|
|
GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. |
|
|
GetNodeAttributes ( |
This function returns an arbitrary number of attributes that describe this node for analytics events |
|
|
HandleVariableRenamed ( |
Handle when a variable is renamed in the Blueprint Palette |
|
|
NodeCausesStructuralBlueprintChange() |
Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint |
|
|
ReallocatePinsDuringReconstruction ( |
Reallocate pins during reconstruction; by default ignores the old pins and calls AllocateDefaultPins() If you override this to create additional pins you likely need to call RestoreSplitPins to restore any pins that have been split (e.g. a vector pin split into its components) |
|
|
ReferencesVariable |
Return whether this node references the specified variable, give the supplied scope. |
|
|
ReplaceReferences ( |
Replace any member references of source with replacement |
|
|
ShouldShowNodeProperties() |
Return whether the node's properties display in the blueprint details panel |
Name | Description | ||
---|---|---|---|
|
AddPinSearchMetaDataInfo ( |
Adds node pin data to the search metadata, override to collect more data that may be desirable to search for |
|
|
AddSearchMetaDataInfo ( |
Add's node data to the search metadata, override to collect more data that may be desirable to search for |
|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
AutowireNewNode ( |
Autowire a newly created node. |
|
|
CanCreateUnderSpecifiedSchema ( |
Can this node be created under the specified schema. |
|
|
CanJumpToDefinition() |
Returns true if it is possible to jump to the definition of this node (e.g., if it's a variable get or a function call) |
|
|
DestroyNode() |
Destroy the specified node |
|
|
GetDocumentationLink() |
Returns the link used for external documentation for the graph node |
|
|
UObject *... |
GetJumpTargetForDoubleClick() |
By default return any animation assets we have. |
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
GetPinHoverText ( |
Fetch the hover text for a pin when the graph is being edited. |
|
|
GetPinMetaData |
Return the requested metadata for the pin if there is any |
|
|
JumpToDefinition() |
Jump to the definition of this node (should only be called if CanJumpToDefinition() return true) |
|
|
PinConnectionListChanged ( |
Called when the connection list of one of the pins of this node is changed in the editor |
|
|
PinDefaultValueChanged ( |
Called when the DefaultValue of one of the pins of this node is changed in the editor |
|
|
PostPasteNode() |
Perform any fixups (deep copies of associated data, etc...) necessary after a node has been pasted in the editor |
|
|
PostPlacedNewNode() |
A chance to initialize a new node; called just once when a new node is created, before AutowireNewNode or AllocateDefaultPins is called. |
|
|
ReconstructNode() |
Refresh the connectors on a node, preserving as many connections as it can. |
|
|
ShowPaletteIconOnNode() |
Should we show the Palette Icon for this node on the node title |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostEditUndo() |
Called after applying a transaction to the object. |
|
|
PreEditChange ( |
This is called when a property is about to be modified externally |
|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |
Name |
Description |
|
---|---|---|
|
FAnimPropertyBindingWidgetArgs |
Arguments used to construct a property binding widget. |
|
FOnNodePropertyChangedEvent |
Event that observers can bind to so that they are notified about changes made to this node through the property system |
|
FOnNodeTitleChangedEvent |
Event that is broadcast to inform observers that the node title has changed The default SAnimationGraphNode uses this to invalidate cached node title text |
Name |
Description |
---|---|
FNodeAttributeArray |
Name | Description | ||
---|---|---|---|
|
GetOnScreenDebugInfo ( |
Please use GetOnScreenDebugInfo(TArray |