Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBoundMapCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBoundValueMap< ValueType > * Find
(
const FAttributeMappingKey& MappingKey |
Finds a map of ValueType to a set of AttributeType in this collection Returns nullptr if this collection does not contain such a mapping | UAF/ValueRuntime/BoundMapCollection.h | |
const TBoundValueMap< ValueType > * Find
(
const FAttributeMappingKey& MappingKey |
Finds a map of ValueType to a set of AttributeType in this collection Returns nullptr if this collection does not contain such a mapping | UAF/ValueRuntime/BoundMapCollection.h | |
FBoundValueMap * Find
(
const FAttributeMappingKey& MappingKey |
Finds a map of ValueType to a set of AttributeType in this collection Returns nullptr if this collection does not contain such a mapping | UAF/ValueRuntime/BoundMapCollection.h | |
const FBoundValueMap * Find
(
const FAttributeMappingKey& MappingKey |
Finds a map of ValueType to a set of AttributeType in this collection Returns nullptr if this collection does not contain such a mapping | UAF/ValueRuntime/BoundMapCollection.h |
Find(const FAttributeMappingKey &)
Description
Finds a map of ValueType to a set of AttributeType in this collection Returns nullptr if this collection does not contain such a mapping
| Name | Find |
| 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>
TBoundValueMap < ValueType > * Find
(
const FAttributeMappingKey & MappingKey
)
Find(const FAttributeMappingKey &)
Description
Finds a map of ValueType to a set of AttributeType in this collection Returns nullptr if this collection does not contain such a mapping
| Name | Find |
| 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>
const TBoundValueMap < ValueType > * Find
(
const FAttributeMappingKey & MappingKey
) const
Find(const FAttributeMappingKey &)
Description
Finds a map of ValueType to a set of AttributeType in this collection Returns nullptr if this collection does not contain such a mapping
| Name | Find |
| 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 * Find
(
const FAttributeMappingKey & MappingKey
)
Find(const FAttributeMappingKey &)
Description
Finds a map of ValueType to a set of AttributeType in this collection Returns nullptr if this collection does not contain such a mapping
| Name | Find |
| 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 |
const FBoundValueMap * Find
(
const FAttributeMappingKey & MappingKey
) const