UKismetStringLibrary::BuildString_Name

Converts a color->string, creating a new string in the form AppendTo+Prefix+InName+Suffix

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h

Include

#include "Kismet/KismetStringLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp

Syntax

static FString BuildString_Name
(
    const FString & AppendTo,
    const FString & Prefix,
    FName InName,
    const FString & Suffix
)

Remarks

Converts a color->string, creating a new string in the form AppendTo+Prefix+InName+Suffix

Returns

A new string built from the passed parameters

Parameters

Parameter

Description

AppendTo

An existing string to use as the start of the conversion string

Prefix

A string to use as a prefix, after the AppendTo string

InName

The name value to convert

Suffix

A suffix to append to the end of the conversion string

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