UK2Node_VariableSetRef::CoerceTypeFromPin

Changes the type of variable set by this node, based on the specified pin

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_VariableSetRef

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_VariableSetRef.h
Include #include "K2Node_VariableSetRef.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_VariableSetRef.cpp
void CoerceTypeFromPin
(
    const [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * Pin
)

Remarks

Changes the type of variable set by this node, based on the specified pin

Parameters

Name Description
Pin The pin to gather type information from.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library