Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
Inheritance Hierarchy
- 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 | |
|---|---|---|---|
| FString | Value |
Constructors
Destructors
| Type | Name | Description | |
|---|---|---|---|
~String () |
Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Ptr< String > | Clone () |
Deep clone this string. | |
| const FString & | GetValue () |
Get the string data. |
Overridden from Resource
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetDataSize () |
Serialisation static void Serialise( const String* p, OutputArchive& arch ); static Ptr |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const String& o |
Arch << Value; |