Value::RemoveElement

Value::RemoveElement
SF_INLINE bool RemoveElement(unsigned idx);
Description

RemoveElement removes an element from a specific array index. Only valid for Array types.

Parameters
Parameters 
Description 
unsigned idx 
The index of the element to be removed. 
Return Value

True if the element was removed otherwise false.