- Found in:
- Vanilla
Description
Wiki Description
Obtains the MagicEffect this active magic effect is based on.
Documentation Comment
Get the base MagicEffect this active effect is using
Caveats
Examples
; Obtain the magic effect the active effect is based on
MagicEffect lightEffect = ActiveLightEffect.GetBaseObject()Auto-Generated Example
MagicEffect returnedValue = myActiveMagicEffect__toCallFunctionOn.GetBaseObject()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
