UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StringDev.h File Reference
#include "CoreTypes.h"
#include "Containers/UnrealString.h"

Go to the source code of this file.

Classes

class  FOptionalStringNull
 
class  FOptionalStringNonNull
 

Typedefs

using FStringDebug = FOptionalStringNull
 
using FStringDev = FOptionalStringNull
 
using FStringTest = FOptionalStringNonNull
 

Typedef Documentation

◆ FStringDebug

A string that is present in memory only in editor and debug builds.

◆ FStringDev

A string that is present in memory only in editor, debug and development builds.

◆ FStringTest

A string that is present in memory only in editor, debug, development and test builds.