UControlRigGraphSchema::TrySetDefaultText

Sets the text to the specified pin

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::TrySetDefaultText()

UControlRigGraphSchema::TrySetDefaultText()

References

Module

ControlRigDeveloper

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigDeveloper/Public/Graph/ControlRigGraphSchema.h

Include

#include "Graph/ControlRigGraphSchema.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigDeveloper/Private/Graph/ControlRigGraphSchema.cpp

Syntax

virtual void TrySetDefaultText
(
    UEdGraphPin & InPin,
    const FText & InNewDefaultText,
    bool bMarkAsModified
) const

Remarks

Sets the text to the specified pin

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