Create Memory
- Updated2023-02-17
- 1 minute(s) read
Create Memory
Creates a locally scoped memory item. This memory item can only be used by reference, and is not available as a project item.
Inputs/Outputs

data type
Type of data this memory item is configured to transfer and store.
Default value: int32

size
The number of elements you want to hold in the memory item.
The actual memory usage, in bytes, depends on the number of elements and the data type you specify.

reference out
Reference to the memory item.