Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/TSetAttributeHelper
Description
Adds an item. Returns true if the item is added successfully. Returns false if the item is already present or if Initialize was not properly called before adding an item.
| Name | AddItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNodeUtilities.h |
| Include Path | #include "Nodes/InterchangeBaseNodeUtilities.h" |
bool AddItem
(
const ValueType & InValue
)