Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/FConcertScratchpad
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set the scratchpad value associated with the given key. | Scratchpad/ConcertScratchpad.h | ||
| Set the scratchpad value associated with the given key. | Scratchpad/ConcertScratchpad.h |
SetValue(const FName &, const T &)
Description
Set the scratchpad value associated with the given key.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/Scratchpad/ConcertScratchpad.h |
| Include Path | #include "Scratchpad/ConcertScratchpad.h" |
template<typename T>
void SetValue
(
const FName & InId,
const T & InValue
)
SetValue(const FName &, T &&)
Description
Set the scratchpad value associated with the given key.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/Scratchpad/ConcertScratchpad.h |
| Include Path | #include "Scratchpad/ConcertScratchpad.h" |
template<typename T>
void SetValue
(
const FName & InId,
T && InValue
)