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