Background for Fallout 4
Member of the ActiveMagicEffect script
ActorfunctionGetTargetActor()Native

Description

Wiki Description

Obtains the Actor this active magic effect is applied to.

Documentation Comment

Get the actor this spell is targeting (is attached to)


Caveats


Examples

; Obtain the target of the active fire effect
Actor target = ActiveFireEffect.GetTargetActor()

Auto-Generated Example

Actor returnedValue = myActiveMagicEffect__toCallFunctionOn.GetTargetActor()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.