Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyBagMapRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyBagResult Add
(
const KeyType& InKey |
StructUtils/PropertyBagMapRef.h | ||
EPropertyBagResult Add
(
const KeyType& InKey, |
StructUtils/PropertyBagMapRef.h |
Add(const KeyType &)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBagMapRef.h |
| Include Path | #include "StructUtils/PropertyBagMapRef.h" |
template<typename KeyType>
EPropertyBagResult Add
(
const KeyType & InKey
)
Add(const KeyType &, const ValueType &)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBagMapRef.h |
| Include Path | #include "StructUtils/PropertyBagMapRef.h" |
template<typename KeyType, typename ValueType>
EPropertyBagResult Add
(
const KeyType & InKey,
const ValueType & InValue
)