FConcertScratchpad

Scratchpad of id -> value pairs corresponding to a particular client

Windows
MacOS
Linux

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

Name Description

Public function

T *

 

GetValue

(
    const FName& InId
)

Get the scratchpad value associated with the given key (if any).

Public function Const

const T *...

 

GetValue

(
    const FName& InId
)

Get the scratchpad value associated with the given key (if any).

Public function

T &

 

GetValueChecked

(
    const FName& InId
)

Get the scratchpad value associated with the given key, or assert if missing.

Public function Const

const T &

 

GetValueChecked

(
    const FName& InId
)

Get the scratchpad value associated with the given key, or assert if missing.

Public function Const

bool

 

HasValue

(
    const FName& InId
)

Does the scratchpad have a value for the given key?

Public function

void

 

SetValue

(
    const FName& InId,
    const T& InValue
)

Set the scratchpad value associated with the given key.

Public function

void

 

SetValue

(
    const FName& InId,
    T&& InValue
)

Set the scratchpad value associated with the given key.

Typedefs

Name

Description

IScratchpadValuePtr

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss