Caveats
Parameters
Examples
;Get a list of all instantiated Actors (across all process levels) non-"lookout" actors in the encounter zone "Warehouse101"
Actor[] warehouseActors = Warehouse101Zone.GetActors( None, LookoutKeyword )Auto-Generated Example
Keyword myKeyword__apRequiredLinkedRefKeyword
Keyword myKeyword__apExcludeLinkedRefKeyword
Actor[] returnedValue = myEncounterZone__toCallFunctionOn.GetActors(myKeyword__apRequiredLinkedRefKeyword, myKeyword__apExcludeLinkedRefKeyword)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
