Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/FConcertScratchpad
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & GetValueChecked
(
const FName& InId |
Get the scratchpad value associated with the given key, or assert if missing. | Scratchpad/ConcertScratchpad.h | |
const T & GetValueChecked
(
const FName& InId |
Get the scratchpad value associated with the given key, or assert if missing. | Scratchpad/ConcertScratchpad.h |
GetValueChecked(const FName &)
Description
Get the scratchpad value associated with the given key, or assert if missing.
| Name | GetValueChecked |
| 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 & GetValueChecked
(
const FName & InId
)
GetValueChecked(const FName &)
Description
Get the scratchpad value associated with the given key, or assert if missing.
| Name | GetValueChecked |
| 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 & GetValueChecked
(
const FName & InId
) const