FConcertScratchpad::SetValue

Set the scratchpad value associated with the given key.

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/Scratchpad/ConcertScratchpad.h

Include

#include "Scratchpad/ConcertScratchpad.h"

Syntax

template<typename T>
void SetValue
(
    const FName & InId,
    T && InValue
)

Remarks

Set the scratchpad value associated with the given key.

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