List.RemoveElement

Removes the specified element from List.

List.RemoveElement

Properties

Property NameDescription
Element Type Element type
Output Output slot of the list of changes
Output Type The type that modifies the List instance
Keep
Change the specified instance as it is.
New Array
Create a new array and change it.
New List
Create a new List and change it.
Input List input slot
Element Element

Remarks

In an AOT environment such as IL2CPP, List may not work properly unless it is used in the code.
See Ahead-of-Time (AOT) Restrictions for more information.