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