Navigation
API > API/Plugins > API/Plugins/UAF
This represents an attribute index within an attribute set.
| Name | FAttributeSetIndex |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeSetIndex.h |
| Include Path | #include "UAF/Attributes/AttributeSetIndex.h" |
Syntax
struct FAttributeSetIndex : public FBoneIndexBase
Inheritance Hierarchy
- FBoneIndexBase → FAttributeSetIndex
Constructors
| 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 |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttributeSetIndex & operator--() |
UAF/Attributes/AttributeSetIndex.h | ||
FAttributeSetIndex & operator++() |
UAF/Attributes/AttributeSetIndex.h | ||
FAttributeSetIndex & operator=
(
const FAttributeSetIndex& Rhs |
UAF/Attributes/AttributeSetIndex.h |