Navigation
API > API/Plugins > API/Plugins/MutableRuntime
Container for text string data.
| Name | String |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/MutableString.h |
| Include Path | #include "MuR/MutableString.h" |
Syntax
class String : public mu::FResource
Inheritance Hierarchy
- FResource → String
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
String
(
const FString& |
Life cycle. | MuR/MutableString.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | FString | MuR/MutableString.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< String > Clone() |
Deep clone this string. | MuR/MutableString.h | |
const FString & GetValue() |
Get the string data. | MuR/MutableString.h |
Overridden from FResource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetDataSize() |
Return the size in bytes of all the LODs of the image. | MuR/MutableString.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const String& o |
MuR/MutableString.h |