Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- Base
- RefCounted
- Resource
- String
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/MutableString.h |
| Include | #include "MuR/MutableString.h" |
Syntax
class String : public mu::Resource
Remarks
Container for text string data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| string | m_value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
String
(
const char* |
Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~String () |
Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Ptr< String > | Clone () |
Deep clone this string. | |
| const char * | GetValue () |
Get the string data. | |
| void | Serialise
(
OutputArchive& arch |
||
| void | Serialise
(
const String* p, |
Serialisation. | |
| Ptr< String > | StaticUnserialise
(
InputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Overridden from Resource
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetDataSize () |
Return the size in bytes of all the LODs of the image. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const String& o |