Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeSetIndex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructs an invalid index. | UAF/Attributes/AttributeSetIndex.h | ||
FAttributeSetIndex
(
int32 InAttributeIndex |
Constructs an index with the specified value. | UAF/Attributes/AttributeSetIndex.h |
FAttributeSetIndex()
Description
Constructs an invalid index.
| Name | FAttributeSetIndex |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeSetIndex.h |
| Include Path | #include "UAF/Attributes/AttributeSetIndex.h" |
FAttributeSetIndex()
FAttributeSetIndex(int32)
Description
Constructs an index with the specified value.
| Name | FAttributeSetIndex |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeSetIndex.h |
| Include Path | #include "UAF/Attributes/AttributeSetIndex.h" |
FAttributeSetIndex
(
int32 InAttributeIndex
)