Navigation
API > API/Plugins > API/Plugins/ElectraBase
| Name | FParamDict |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/ParameterDictionary.h |
| Include Path | #include "ParameterDictionary.h" |
Syntax
class FParamDict
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParamDict () |
ParameterDictionary.h | ||
FParamDict
(
const FParamDict& Other |
ParameterDictionary.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FParamDict() |
ParameterDictionary.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dictionary | TMap< FName, FVariantValue > | ParameterDictionary.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
ParameterDictionary.h | ||
| ParameterDictionary.h | |||
| 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 |
|---|---|---|---|
FParamDict & operator=
(
const FParamDict& Other |
ParameterDictionary.h |