Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_BaseMCDelegate
- UK2Node_AddDelegate
- UK2Node_AssignDelegate
- UK2Node_CallDelegate
- UK2Node_ClearDelegate
- UK2Node_RemoveDelegate
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseMCDelegate.h |
| Include | #include "K2Node_BaseMCDelegate.h" |
Syntax
class UK2Node_BaseMCDelegate : public UK2Node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNodeTextCache | CachedNodeTitle | Constructing FText strings can be costly, so we cache the node's title | |
| FMemberReference | DelegateReference | Reference to delegate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_BaseMCDelegate
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | |||
| UFunction * | GetDelegateSignature
(
bool bForceNotFromSkelClass |
||
| FProperty * | GetProperty () |
||
| FText | |||
| FName | |||
| bool | Is the delegate BlueprintAuthorityOnly | ||
| bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
||
| void | SetFromProperty
(
const FProperty* Property, |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| bool | AllowMultipleSelfs
(
bool bInputAsArray |
||
| ERedirectType | DoPinsMatchForReconstruction
(
const UEdGraphPin* NewPin, |
Whether or not two pins match for purposes of reconnection after reconstruction. | |
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | |
| void | GetNodeAttributes
(
TArray< TKeyValuePair< FString, FString >>& OutNodeAttributes |
This function returns an arbitrary number of attributes that describe this node for analytics events | |
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| void | AutowireNewNode
(
UEdGraphPin* FromPin |
Autowire a newly created node. | |
| FEdGraphNodeDeprecationResponse | GetDeprecationResponse
(
EEdGraphNodeDeprecationType DeprecationType |
Returns the response to use when reporting a deprecation. | |
| FString | Returns the name of the excerpt to display from the specified external documentation link for the graph node Default behavior is to return the class name (including prefix) | ||
| FString | Returns the link used for external documentation for the graph node | ||
| bool | Returns true if this node references a deprecated type or member. | ||
| bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
Returns whether or not this node has dependencies on an external structure If OptionalOutput isn't null, it should be filled with the known dependencies objects (Classes, Structures, Functions, etc). | |
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |