Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_EditablePinBase
- UK2Node_Event
- UK2Node_CustomEvent
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h |
| Include | #include "K2Node_CustomEvent.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_CustomEvent : public UK2Node_Event
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCallInEditor | Specifies that the event can be triggered in Editor | |
| bool | bIsDeprecated | Specifies that usage of this event has been deprecated | |
| FString | DeprecationMessage | Optional message to display when the event is deprecated |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_CustomEvent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UK2Node_CustomEvent * | CreateFromFunction
(
FVector2D GraphPosition, |
||
| uint32 | GetNetFlags () |
If a CustomEvent overrides another CustomEvent, then it inherits the super's net flags. | |
| FKismetUserDeclaredFunctionMetadata & | |||
| bool | IsOverride () |
Discernible from the base UK2Node_Event's bOverrideFunction field. | |
| TSharedPtr< class INameValidatorInterface > | |||
| void | OnRenameNode
(
const FString& NewName |
||
| void | RenameCustomEventCloseToName
(
int32 StartIndex |
Rename this custom event to have unique name. | |
| void | SetDelegateSignature
(
const UFunction* DelegateSignature |
Updates the Signature of this event. |
Overridden from UK2Node_Event
| Type | Name | Description | |
|---|---|---|---|
| void | AddSearchMetaDataInfo
(
TArray< struct FSearchTagDataPair >& OutTaggedMetaData |
||
| FEdGraphNodeDeprecationResponse | GetDeprecationResponse
(
EEdGraphNodeDeprecationType DeprecationType |
||
| FString | |||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetKeywords () |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| bool | |||
| bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
||
| bool |
Overridden from UK2Node_EditablePinBase
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateUserDefinedPin
(
const FEdGraphPinType& InPinType, |
Queries if a user defined pin of the passed type can be constructed on this node. | |
| UEdGraphPin * | CreatePinFromUserDefinition
(
const TSharedPtr< FUserPinInfo > NewPinInfo |
Creates a new pin on the node from the specified user pin info. | |
| bool | IsEditable () |
||
| bool | ModifyUserDefinedPinDefaultValue
(
TSharedPtr< FUserPinInfo > PinInfo, |
Modifies the default value of an existing pin on the node, this will update both the UserPinInfo and the linked editor pin | |
| bool | Should this node require 'const' for pass-by-reference parameters? |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | AutowireNewNode
(
UEdGraphPin* FromPin |
||
| void | FixupPinStringDataReferences
(
FArchive* SavingArchive |
Fixes up structure/soft object ref pins, on both save and load | |
| FString | |||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| bool | Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint | ||
| void | |||
| void | Serialize
(
FArchive& Ar |
||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |