Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_EditablePinBase
- UK2Node_Event
- UK2Node_ActorBoundEvent
- UK2Node_ComponentBoundEvent
- UK2Node_CustomEvent
- UK2Node_GameplayCueEvent
- UK2Node_GeneratedBoundEvent
- UK2Node_InputActionEvent
- UK2Node_InputAxisEvent
- UK2Node_InputAxisKeyEvent
- UK2Node_InputVectorAxisEvent
- UK2Node_InputKeyEvent
- UK2Node_InputTouchEvent
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Event.h |
Include | #include "K2Node_Event.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_Event :
public UK2Node_EditablePinBase ,
public IK2Node_EventNodeInterface
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32: 1 | bInternalEvent | If true, this event is internal machinery, and should not be marked BlueprintCallable |
![]() ![]() |
uint32: 1 | bOverrideFunction | If true, we are actually overriding this function, not making a new event with a signature that matches |
![]() ![]() |
FName | CustomFunctionName | If this is not an override, allow user to specify a name for the function created by this entry point |
![]() ![]() |
FMemberReference | EventReference | Reference for the function this event is linked to |
![]() ![]() |
uint32 | FunctionFlags | Additional function flags to apply to this function |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UK2Node_Event
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | AddSearchMetaDataInfo
(
TArray< struct FSearchTagDataPair >& OutTaggedMetaData |
|
![]() ![]() |
bool | AreEventNodesIdentical
(
const UK2Node_Event* InNodeA, |
Helper function to identify if two Event nodes are the same |
![]() ![]() ![]() |
bool | CanPasteHere
(
const UEdGraph* TargetGraph |
|
![]() ![]() |
void | FindDiffs
(
UEdGraphNode* OtherNode, |
|
![]() ![]() |
UFunction * | ||
![]() |
void | FixupEventReference
(
bool bForce |
|
![]() ![]() |
UEdGraphPin * | Accessor to the delegate pin | |
![]() ![]() ![]() |
FEdGraphNodeDeprecationResponse | GetDeprecationResponse
(
EEdGraphNodeDeprecationType DeprecationType |
|
![]() ![]() ![]() |
FString | ||
![]() ![]() ![]() |
FString | GetFindReferenceSearchString_Impl
(
EGetFindReferenceSearchStringFlags InFlags |
|
![]() ![]() |
FName | ||
![]() ![]() ![]() |
FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
|
![]() ![]() ![]() |
FText | GetKeywords () |
|
![]() ![]() |
FText | GetLocalizedNetString
(
uint32 NetFlags, |
Returns localized string describing replication settings. |
![]() ![]() ![]() |
FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
|
![]() ![]() ![]() |
FText | ||
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
|
![]() ![]() ![]() |
bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
|
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | IsFunctionEntryCompatible
(
const UK2Node_FunctionEntry* EntryNode |
Checks whether the parameters for this event node are compatible with the specified function entry node |
![]() ![]() |
bool | Checks if this event node is implementing an interface event | |
![]() ![]() ![]() |
bool | ||
![]() ![]() |
void | PinConnectionListChanged
(
UEdGraphPin* Pin |
|
![]() ![]() |
void | PostDuplicate
(
bool bDuplicateForPIE |
|
![]() |
void | UpdateDelegatePin
(
bool bSilent |
Overridden from UK2Node_EditablePinBase
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void |
Overridden from UK2Node
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
|
![]() ![]() ![]() |
bool | Return whether to draw this node as an entry | |
![]() ![]() |
void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node |
![]() ![]() ![]() |
FName | ||
![]() ![]() ![]() |
FString | ||
![]() ![]() ![]() |
UObject * | ||
![]() ![]() ![]() |
FText | Override to provide a default category for specific node types to be listed under. | |
![]() ![]() ![]() |
void | GetNodeAttributes
(
TArray< TKeyValuePair< FString, FString > >& OutNodeAttributes |
This function returns an arbitrary number of attributes that describe this node for analytics events |
![]() ![]() ![]() |
FLinearColor | ||
![]() ![]() ![]() |
void | GetRedirectPinNames
(
const UEdGraphPin& Pin, |
Determines what the possible redirect pin names are |
![]() ![]() ![]() |
FText | ||
![]() ![]() ![]() |
bool | Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint | |
![]() ![]() |
void | PostLoad () |
|
![]() ![]() |
void | Called at the end of ReconstructNode, allows node specific work to be performed | |
![]() ![]() |
void | Serialize
(
FArchive& Ar |
|
![]() ![]() ![]() |
void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Overridden from IK2Node_EventNodeInterface
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedPtr< FEdGraphSchemaAction > | GetEventNodeAction
(
const FText& ActionCategory |
Constants
Name | Description |
---|---|
DelegateOutputName |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSubclassOf< class UObject > | EventSignatureClass_DEPRECATED | Class that the function signature is from. |
![]() ![]() |
FName | EventSignatureName_DEPRECATED | Name of function signature that this event implements |