UDEPRECATED_K2Node_CastPatchToType::CanCreateUserDefinedPin

We only override this to return true, otherwise we can't create the user defined pins for the Attributes.

Windows
MacOS
Linux

Override Hierarchy

UK2Node_EditablePinBase::CanCreateUserDefinedPin()

UDEPRECATED_K2Node_CastPatchToType::CanCreateUserDefinedPin()

References

Module

DMXBlueprintGraph

Header

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/K2Node_CastPatchToType.h

Include

#include "K2Node_CastPatchToType.h"

Syntax

virtual bool CanCreateUserDefinedPin
(
    const FEdGraphPinType & InPinType,
    EEdGraphPinDirection InDesiredDirection,
    FText & OutErrorMessage
)

Remarks

We only override this to return true, otherwise we can't create the user defined pins for the Attributes.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss