Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeNamedSet
| Name | FTypedSetIterator |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeNamedSet.h |
| Include Path | #include "UAF/Attributes/AttributeNamedSet.h" |
Syntax
class FTypedSetIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTypedSetIterator
(
const TypedSetMapType& TypedSetMap |
UAF/Attributes/AttributeNamedSet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Iterator | TypedSetMapType::TConstIterator | UAF/Attributes/AttributeNamedSet.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Conversion to "bool" returning true if the iterator is valid. | UAF/Attributes/AttributeNamedSet.h | |
bool operator!=
(
const FTypedSetIterator& Rhs |
UAF/Attributes/AttributeNamedSet.h | ||
FAttributeTypedSetPtr operator*() |
UAF/Attributes/AttributeNamedSet.h | ||
FTypedSetIterator & operator++() |
UAF/Attributes/AttributeNamedSet.h | ||
bool operator==
(
const FTypedSetIterator& Rhs |
UAF/Attributes/AttributeNamedSet.h | ||
const FAttributeTypedSet * operator->() |
UAF/Attributes/AttributeNamedSet.h |