Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | FParamDictTS |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/ParameterDictionary.h |
| Include Path | #include "ParameterDictionary.h" |
Syntax
class FParamDictTS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParamDictTS () |
ParameterDictionary.h | ||
FParamDictTS
(
const FParamDictTS& Other |
ParameterDictionary.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FParamDictTS() |
ParameterDictionary.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dictionary | FParamDict | ParameterDictionary.h | ||
| Lock | FCriticalSection | ParameterDictionary.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
ParameterDictionary.h | ||
| ParameterDictionary.h | |||
| ParameterDictionary.h | |||
FParamDict GetDictionary() |
ParameterDictionary.h | ||
| ParameterDictionary.h | |||
FVariantValue GetValue
(
const FName& Key |
ParameterDictionary.h | ||
bool HaveKey
(
const FName& Key |
ParameterDictionary.h | ||
void Remove
(
const FName& Key |
ParameterDictionary.h | ||
void Set
(
const FName& Key, |
ParameterDictionary.h | ||
void Set
(
const FName& Key, |
ParameterDictionary.h | ||
bool SetValueFrom
(
FName InKey, |
ParameterDictionary.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParamDictTS & operator=
(
const FParamDictTS& Other |
ParameterDictionary.h | ||
FParamDictTS & operator=
(
const FParamDict& Other |
ParameterDictionary.h |