Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNodeUtilities.h |
| Include | #include "Nodes/InterchangeBaseNodeUtilities.h" |
Syntax
template<typename ItemType>
class TArrayAttributeHelper
Remarks
Helper class to manage an array of items inside an attribute storage
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddItem
(
const ItemType& Item |
||
| int32 | GetCount () |
||
| void | GetItem
(
const int32 Index, |
||
| void | |||
| const FString & | IndexKey () |
||
| void | Initialize
(
const TSharedPtr< FAttributeStorage, ESPMode::ThreadSafe >& InAttributes, |
||
| bool | |||
| bool | RemoveItem
(
const ItemType& ItemToDelete |