- Found in:
- Vanilla
voidfunctionRemoveAllItemsEx(ObjectReferenceakTransferTo=NONE, boolabKeepOwnership=false, boolabRespectTargetCapacity=false, boolabSilent=false)Native
Description
Documentation Comment
Removes all items from this container, transferring it to the other object if passed, silent param to supress warnings
Caveats
Parameters
ObjectReferenceakTransferTo=NONE
boolabKeepOwnership=false
boolabRespectTargetCapacity=false
boolabSilent=false
Examples
Auto-Generated Example
ObjectReference myObjectReference__akTransferTo
bool myBool__abKeepOwnership
bool myBool__abRespectTargetCapacity
bool myBool__abSilent
myObjectReference__toCallFunctionOn.RemoveAllItemsEx(myObjectReference__akTransferTo, myBool__abKeepOwnership, myBool__abRespectTargetCapacity, myBool__abSilent)