SF_INLINE bool RemoveElement(unsigned idx);
RemoveElement removes an element from a specific array index. Only valid for Array types.
Parameters |
Description |
unsigned idx |
The index of the element to be removed. |
True if the element was removed otherwise false.