Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBoundMapCollectionHeap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructs an empty collection. | UAF/ValueRuntime/BoundMapCollection.h | ||
FBoundMapCollectionHeap
(
const FAttributeNamedSetPtr& NamedSet |
Constructs an empty collection based on the specified named set. | UAF/ValueRuntime/BoundMapCollection.h |
FBoundMapCollectionHeap()
Description
Constructs an empty collection.
| Name | FBoundMapCollectionHeap |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
FBoundMapCollectionHeap()
FBoundMapCollectionHeap(const FAttributeNamedSetPtr &)
Description
Constructs an empty collection based on the specified named set.
| Name | FBoundMapCollectionHeap |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
FBoundMapCollectionHeap
(
const FAttributeNamedSetPtr & NamedSet
)