Navigation
API > API/Plugins > API/Plugins/UAF
A heap allocated bound map collection.
| Name | FBoundMapCollectionHeap |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
Syntax
class FBoundMapCollectionHeap : public UE::UAF::FBoundMapCollection
Inheritance Hierarchy
- FBoundMapCollection → FBoundMapCollectionHeap
Constructors
| 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 |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBoundMapCollection & operator=
(
const FBoundMapCollection& Other |
UAF/ValueRuntime/BoundMapCollection.h | ||
FBoundMapCollection & operator=
(
FBoundMapCollection&& Other |
UAF/ValueRuntime/BoundMapCollection.h |