Navigation
API > API/Plugins > API/Plugins/ConcertTransport > API/Plugins/ConcertTransport/FConcertScratchpad
Scratchpad value implementation
| Name | TScratchpadValue |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/Scratchpad/ConcertScratchpad.h |
| Include Path | #include "Scratchpad/ConcertScratchpad.h" |
Syntax
template<typename T>
struct TScratchpadValue : public FConcertScratchpad::IScratchpadValue
Inheritance Hierarchy
- FConcertScratchpad::IScratchpadValue → FConcertScratchpad::TScratchpadValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScratchpadValue
(
T&& InValue |
Scratchpad/ConcertScratchpad.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | T | Scratchpad/ConcertScratchpad.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void * GetValuePtr () |
Scratchpad/ConcertScratchpad.h | ||
virtual const void * GetValuePtr () |
Scratchpad/ConcertScratchpad.h |