- Found in:
- Dylbills PE
Description
Documentation Comment
Copy all the elements from akArray to NewArray and return NewArray.
Only copy's up to 128 elements.
different than doing ArrayA = ArrayB.
When doing that, altering ArrayB will also alter ArrayA. Not so with these copy functions.
Caveats
Parameters
Actor[]akArray
Examples
Auto-Generated Example
Actor[] myActorArray__akArray
Actor[] returnedValue = myDynamicActorArrays__toCallFunctionOn.Duplicate(myActorArray__akArray)