Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTextBuffer
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/TextBuffer.h |
| Include | #include "Misc/TextBuffer.h" |
Syntax
class UTextBuffer :
public UObject ,
public FOutputDevice
Remarks
Implements an object that buffers text.
The text is contiguous and, if of nonzero length, is terminated by a NULL at the very last position.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextBuffer
(
const FObjectInitializer& ObjectInitializer |
|||
| COREUOBJECT_API | UTextBuffer
(
FVTableHelper& Helper |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. | |
UTextBuffer
(
const TCHAR* InText |
Creates and initializes a new text buffer. | ||
UTextBuffer
(
const FObjectInitializer& ObjectInitializer, |
Creates and initializes a new text buffer. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | __DefaultConstructor
(
const FObjectInitializer& X |
||
| UObject * | __VTableCtorCaller
(
FVTableHelper& Helper |
||
| const FString & | GetText () |
Gets the buffered text. | |
| void | Serialize
(
const TCHAR* Data, |
||
| void | Serialize
(
const TCHAR* V, |
||
| UClass * | StaticClass () |
Returns a UClass object representing this class at runtime | |
| EClassCastFlags | Returns the static cast flags for this class | ||
| const TCHAR * | Returns the package this class belongs in | ||
| void |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Handles reading, writing, and reference collecting using FArchive. | ||
| void | Serialize
(
FStructuredArchive::FRecord Record |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
Eliminate V1062 warning from PVS-Studio while keeping MSVC and Clang happy. | |
| void * | operator new
(
const size_t InSize, |
For internal use only; use StaticConstructObject() to create new objects. | |
| void * | operator new
(
const size_t InSize, |
For internal use only; use StaticConstructObject() to create new objects. |
Typedefs
| Name | Description |
|---|---|
| Super | Typedef for the base class (UObject) |
| ThisClass | Typedef for UTextBuffer. |
Constants
| Name | Description |
|---|---|
| StaticClassFlags | Bitwise union of EClassFlags pertaining to this class. |