Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- FString
- FOutputDevice
- FStringOutputDevice
- FStringOutputDeviceCountLines
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
Syntax
class FStringOutputDeviceCountLines : public FStringOutputDevice
Remarks
String output device.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStringOutputDeviceCountLines
(
const TCHAR* OutputDeviceName |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetLineCount () |
Overridden from FStringOutputDevice
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
const TCHAR* InData, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FStringOutputDeviceCountLines & | operator+=
(
const FStringOutputDeviceCountLines& Other |
Appends other FStringOutputDeviceCountLines object to this one. | |
| FString & | operator+=
(
const FString& Other |
Appends other FString (as well as its specializations like FStringOutputDevice) object to this. | |
| FStringOutputDeviceCountLines & | operator=
(
const FStringOutputDeviceCountLines& |
||
| FStringOutputDeviceCountLines & | operator=
(
FStringOutputDeviceCountLines&& Other |
Typedefs
| Name | Description |
|---|---|
| Super |