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