Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeTypedSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttributeSetIndex FindIndex
(
FName AttributeName |
Searches for an attribute set index using an attribute name, O(logN) Returns an invalid index if the attribute isn't found within the set | UAF/Attributes/AttributeTypedSet.h | |
FAttributeSetIndex FindIndex
(
FAttributeSetKey AttributeKey |
Searches for an attribute set index using an attribute set key, O(logN) Returns an invalid index if the attribute isn't found within the set | UAF/Attributes/AttributeTypedSet.h |
FindIndex(FName)
Description
Searches for an attribute set index using an attribute name, O(logN) Returns an invalid index if the attribute isn't found within the set
| Name | FindIndex |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeTypedSet.h |
| Include Path | #include "UAF/Attributes/AttributeTypedSet.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/Attributes/AttributeTypedSet.cpp |
FAttributeSetIndex FindIndex
(
FName AttributeName
) const
FindIndex(FAttributeSetKey)
Description
Searches for an attribute set index using an attribute set key, O(logN) Returns an invalid index if the attribute isn't found within the set
| Name | FindIndex |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeTypedSet.h |
| Include Path | #include "UAF/Attributes/AttributeTypedSet.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/Attributes/AttributeTypedSet.cpp |
FAttributeSetIndex FindIndex
(
FAttributeSetKey AttributeKey
) const