![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InterchangeBaseNodeUtilities.h>
Public Member Functions | |
| ~TArrayAttributeHelper () | |
| void | Initialize (const TSharedPtr< FAttributeStorage, ESPMode::ThreadSafe > &InAttributes, const FString &BaseKeyName) |
| int32 | GetCount () const |
| void | GetItem (const int32 Index, ItemType &OutItem) const |
| void | GetItems (TArray< ItemType > &OutItems) const |
| bool | AddItem (const ItemType &Item) |
| bool | RemoveItem (const ItemType &ItemToDelete) |
| bool | RemoveAllItems () |
Static Public Member Functions | |
| static const FString & | IndexKey () |
Helper class to manage an array of items inside an attribute storage
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |