Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_CallFunction
- UK2Node_CallMaterialParameterCollectionFunction
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallMaterialParameterCollectionFunction.h |
| Include | #include "K2Node_CallMaterialParameterCollectionFunction.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_CallMaterialParameterCollectionFunction : public UK2Node_CallFunction
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_CallMaterialParameterCollectionFunction
(
const FObjectInitializer& ObjectInitializer |
Overridden from UK2Node_CallFunction
| Type | Name | Description | |
|---|---|---|---|
| void | PinDefaultValueChanged
(
UEdGraphPin* Pin |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | Called before compilation begins, giving a blueprint time to force the linker to load data | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |