UK2Node_FormatText::GetArgumentName

Returns argument name based on argument index

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FormatText.h

Include

#include "K2Node_FormatText.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_FormatText.cpp

Syntax

FText GetArgumentName
(
    int32 InIndex
) const

Remarks

Returns argument name based on argument index

Returns

Returns the argument's name if available

Parameters

Parameter

Description

InIndex

The argument's index to find the name for

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