Description
Wiki Description
Obtains the unique actor reference for this actor base. (Assuming the actor is actually unique)
Documentation Comment
Gets the actor for this UniqueNPC
Caveats
Examples
;kill an NPC from a list
ActorBase TargetNPC = TargetFormList.GetAt( inexttarget );
Actor target = TargetNPC.GetUniqueActor();
target.Kill();Auto-Generated Example
Actor returnedValue = myActorBase__toCallFunctionOn.GetUniqueActor()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
