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