Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_FormatText
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 |
void SetArgumentName
&40;
int32 InIndex,
FName InName
&41;
Remarks
Sets an argument name
Parameters
| Name | Description |
|---|---|
| InIndex | The argument's index to find the name for |
| InName | Name to set the argument to |