UK2Node_UpdateVirtualSubjectDataBase::SetPinToolTip

Takes the specified "MutatablePin" and sets its 'PinToolTip' field (according to the specified description)

Windows
MacOS
Linux

References

Module

LiveLinkGraphNode

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkGraphNode/Public/K2Node_UpdateVirtualSubjectDataBase.h

Include

#include "K2Node_UpdateVirtualSubjectDataBase.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkGraphNode/Private/K2Node_UpdateVirtualSubjectDataBase.cpp

Syntax

void SetPinToolTip
(
    UEdGraphPin & InOutMutatablePin,
    const FText & InPinDescription
) const

Remarks

Takes the specified "MutatablePin" and sets its 'PinToolTip' field (according to the specified description)

Parameters

Parameter

Description

MutatablePin

The pin you want to set tool-tip text on

PinDescription

A string describing the pin's purpose

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