Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- 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
UCLASS (MinimalAPI, Abstract)
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 | |
|---|---|---|---|
| void | |||
| UEdGraphPin * | |||
| UFunction * | GetDelegateSignature
(
bool bForceNotFromSkelClass |
||
| FEdGraphNodeDeprecationResponse | GetDeprecationResponse
(
EEdGraphNodeDeprecationType DeprecationType |
||
| FString | |||
| FProperty * | GetProperty () |
||
| FText | |||
| FName | |||
| bool | |||
| bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
||
| 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 |
||
| void | AutowireNewNode
(
UEdGraphPin* FromPin |
||
| 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 | |
| FString | |||
| 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 | |
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |