Choose your operating system:
Windows
macOS
Linux
| UK2Node_EditablePinBase::CanCreateUserDefinedPin()
|
Module |
|
Header |
/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/K2Node_GetDMXAttributeValues.h |
Include |
#include "K2Node_GetDMXAttributeValues.h" |
Source |
/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Private/K2Node_GetDMXAttributeValues.cpp |
virtual bool CanCreateUserDefinedPin
(
const FEdGraphPinType & InPinType,
EEdGraphPinDirection InDesiredDirection,
FText & OutErrorMessage
)
Queries if a user defined pin of the passed type can be constructed on this node. Node will return false by default and must opt into this functionality
TRUE if a user defined pin can be constructed
Parameter |
Description |
---|---|
InPinType |
The type info for the pin to create |
OutErrorMessage |
Only filled with an error if there is pin add support but there is an error with the pin type |