Navigation
API > API/Editor > API/Editor/UMGEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_EditablePinBase
- UK2Node_Event
- UK2Node_WidgetAnimationEvent
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Classes/K2Node_WidgetAnimationEvent.h |
| Include | #include "K2Node_WidgetAnimationEvent.h" |
Syntax
class UK2Node_WidgetAnimationEvent : public UK2Node_Event
Variables
| Type | Name | Description | |
|---|---|---|---|
| EWidgetAnimationEvent | Action | The action to bind to. | |
| FName | AnimationPropertyName | Name of property in Blueprint class that pointer to component we want to bind to | |
| TObjectPtr< const UWidgetBlueprint > | SourceWidgetBlueprint | ||
| FName | UserTag | Binds this to a specific user action. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_WidgetAnimationEvent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsActionFilteredOut
(
FBlueprintActionFilter const& Filter |
||
| void | MarkDirty () |
Overridden from UK2Node_Event
| Type | Name | Description | |
|---|---|---|---|
| bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Returns which dynamic binding class (if any) to use for this node. | ||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| FBlueprintNodeSignature | GetSignature () |
Retrieves a unique identifier for this node type. | |
| void | HandleVariableRenamed
(
UBlueprint* InBlueprint, |
Handle when a variable is renamed in the Blueprint Palette | |
| void | RegisterDynamicBinding
(
UDynamicBlueprintBinding* BindingObject |
Puts information about this node into the dynamic binding object. | |
| bool | Return whether the node's properties display in the blueprint details panel |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | Gets the tooltip to display when over the node | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostDuplicate
(
bool bDuplicateForPIE |
Called after duplication & serialization and before PostLoad. |