Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/TBoundValueMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
InValueType & operator[]
(
FAttributeSetIndex Index |
Value accessors by index. | UAF/ValueRuntime/BoundValueMap.h | |
const InValueType & operator[]
(
FAttributeSetIndex Index |
Value accessors by index. | UAF/ValueRuntime/BoundValueMap.h |
operatorFAttributeSetIndex
Description
Value accessors by index.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundValueMap.h |
| Include Path | #include "UAF/ValueRuntime/BoundValueMap.h" |
InValueType & operator[]
(
FAttributeSetIndex Index
)
operatorFAttributeSetIndex
Description
Value accessors by index.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundValueMap.h |
| Include Path | #include "UAF/ValueRuntime/BoundValueMap.h" |
const InValueType & operator[]
(
FAttributeSetIndex Index
) const