Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 308 Bytes

fstring.md

File metadata and controls

17 lines (10 loc) · 308 Bytes

FString

FString is a TArray of characters.

Inheritance

RemoteObject

Methods

ToString()

  • Return type: string
  • Returns: a string that Lua can understand.

Clear()

  • Clears the string by setting the number of elements in the TArray to 0.