Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | UK2Node_BaseMCDelegate |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BaseMCDelegate.h |
| Include Path | #include "K2Node_BaseMCDelegate.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UK2Node_BaseMCDelegate : public UK2Node
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_BaseMCDelegate
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UK2Node_BaseMCDelegate
(
const FObjectInitializer& ObjectInitializer |
K2Node_BaseMCDelegate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DelegateReference | FMemberReference | Reference to delegate | K2Node_BaseMCDelegate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphPin * GetDelegatePin() |
K2Node_BaseMCDelegate.h | ||
UFunction * GetDelegateSignature
(
bool bForceNotFromSkelClass |
K2Node_BaseMCDelegate.h | ||
FProperty * GetProperty() |
K2Node_BaseMCDelegate.h | ||
FText GetPropertyDisplayName() |
K2Node_BaseMCDelegate.h | ||
FName GetPropertyName() |
K2Node_BaseMCDelegate.h | ||
bool IsAuthorityOnly() |
Is the delegate BlueprintAuthorityOnly | K2Node_BaseMCDelegate.h | |
| K2Node_BaseMCDelegate.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AllowMultipleSelfs
(
bool bInputAsArray |
K2Node_BaseMCDelegate.h | ||
virtual ERedirectType DoPinsMatchForReconstruction
(
const UEdGraphPin* NewPin, |
Whether or not two pins match for purposes of reconnection after reconstruction. | K2Node_BaseMCDelegate.h | |
virtual void ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | K2Node_BaseMCDelegate.h | |
virtual void GetNodeAttributes
(
TArray< TKeyValuePair< FString, FString > >& OutNodeAttributes |
This function returns an arbitrary number of attributes that describe this node for analytics events | K2Node_BaseMCDelegate.h | |
virtual bool IsNodePure() |
Returns whether this node is considered 'pure' by the compiler | K2Node_BaseMCDelegate.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
K2Node_BaseMCDelegate.h | ||
virtual void AutowireNewNode
(
UEdGraphPin* FromPin |
K2Node_BaseMCDelegate.h | ||
virtual FEdGraphNodeDeprecationResponse GetDeprecationResponse
(
EEdGraphNodeDeprecationType DeprecationType |
K2Node_BaseMCDelegate.h | ||
virtual FString GetDocumentationExcerptName() |
K2Node_BaseMCDelegate.h | ||
virtual FString GetDocumentationLink() |
K2Node_BaseMCDelegate.h | ||
virtual bool HasDeprecatedReference() |
K2Node_BaseMCDelegate.h | ||
| K2Node_BaseMCDelegate.h | |||
virtual bool IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
K2Node_BaseMCDelegate.h | ||
virtual void ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
K2Node_BaseMCDelegate.h |