Navigation
API > API/Plugins > API/Plugins/AudioExperimentalRuntime
| Name | TScratchBuffer |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/ScratchBuffer.h |
| Include Path | #include "ScratchBuffer.h" |
Syntax
template<typename T>
class TScratchBuffer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScratchBuffer
(
const TScratchBuffer& Other |
ScratchBuffer.h | ||
TScratchBuffer
(
TScratchBuffer&& Other |
ScratchBuffer.h | ||
TScratchBuffer
(
const int32 InNum, |
ScratchBuffer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TScratchBuffer() |
ScratchBuffer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ValueType | T | ScratchBuffer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Allocation | TArrayView< ValueType > | ScratchBuffer.h | ||
| Allocator | FSimpleAllocBase * | ScratchBuffer.h | ||
| LifetimeToken | int32 | ScratchBuffer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< ValueType > GetView () |
ScratchBuffer.h | ||
TArrayView< const ValueType > GetView () |
ScratchBuffer.h | ||
bool IsValid() |
ScratchBuffer.h | ||
int32 Num() |
ScratchBuffer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScratchBuffer & operator=
(
const TScratchBuffer& Other |
ScratchBuffer.h | ||
TScratchBuffer & operator=
(
TScratchBuffer&& Other |
Move operator. | ScratchBuffer.h |