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