Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBoundMapCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBoundValueMap * FindOrAdd
(
const FAttributeMappingKey& MappingKey |
Finds or adds a map of ValueType to a set of AttributeType in this collection Returns nullptr if we fail to add an entry (e.g. duplicate) | UAF/ValueRuntime/BoundMapCollection.h | |
TBoundValueMap< ValueType > * FindOrAdd
(
const FAttributeMappingKey& MappingKey, |
Finds or adds a map of ValueType to a set of AttributeType in this collection Returns nullptr if we fail to add an entry (e.g. duplicate) | UAF/ValueRuntime/BoundMapCollection.h |
FindOrAdd(const FAttributeMappingKey &)
Description
Finds or adds a map of ValueType to a set of AttributeType in this collection Returns nullptr if we fail to add an entry (e.g. duplicate)
| Name | FindOrAdd |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/BoundMapCollection.cpp |
FBoundValueMap * FindOrAdd
(
const FAttributeMappingKey & MappingKey
)
FindOrAdd(const FAttributeMappingKey &, TArgs...)
Description
Finds or adds a map of ValueType to a set of AttributeType in this collection Returns nullptr if we fail to add an entry (e.g. duplicate)
| Name | FindOrAdd |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
template<class ValueType, typename... TArgs>
TBoundValueMap < ValueType > * FindOrAdd
(
const FAttributeMappingKey & MappingKey,
TArgs... Args
)