Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeNamedSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttributeTypedSetPtr FindTypedSet () |
Returns the typed set associated with the specified type, O(logN) | UAF/Attributes/AttributeNamedSet.h | |
FAttributeTypedSetPtr FindTypedSet
(
UScriptStruct* Type |
Returns the typed set associated with the specified type, O(logN) | UAF/Attributes/AttributeNamedSet.h |
FindTypedSet()
Description
Returns the typed set associated with the specified type, O(logN)
| Name | FindTypedSet |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeNamedSet.h |
| Include Path | #include "UAF/Attributes/AttributeNamedSet.h" |
template<class AttributeType>
FAttributeTypedSetPtr FindTypedSet() const
FindTypedSet(UScriptStruct *)
Description
Returns the typed set associated with the specified type, O(logN)
| Name | FindTypedSet |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/Attributes/AttributeNamedSet.h |
| Include Path | #include "UAF/Attributes/AttributeNamedSet.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/Attributes/AttributeNamedSet.cpp |
FAttributeTypedSetPtr FindTypedSet
(
UScriptStruct * Type
) const