Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/Scratchpad
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/Scratchpad/ConcertScratchpad.h |
| Include | #include "Scratchpad/ConcertScratchpad.h" |
Syntax
class FConcertScratchpad
Remarks
Scratchpad of id -> value pairs corresponding to a particular client
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | Get the scratchpad value associated with the given key (if any). | ||
| const T * | Get the scratchpad value associated with the given key (if any). | ||
| T & | GetValueChecked
(
const FName& InId |
Get the scratchpad value associated with the given key, or assert if missing. | |
| const T & | GetValueChecked
(
const FName& InId |
Get the scratchpad value associated with the given key, or assert if missing. | |
| bool | Does the scratchpad have a value for the given key? | ||
| void | Set the scratchpad value associated with the given key. | ||
| void | Set the scratchpad value associated with the given key. |
Typedefs
| Name | Description |
|---|---|
| IScratchpadValuePtr |