Background for Starfield
Member of the ScriptObject script
voidfunctionUnregisterForActorValueChangedEvent(ObjectReferenceakObjRef, ActorValueakActorValue)Native

Description

Documentation Comment

Unregister for the actor value changed event for the specified actor and actor value.


Caveats


Parameters

ObjectReferenceakObjRef

ActorValueakActorValue


Examples

Auto-Generated Example

ObjectReference myObjectReference__akObjRef
ActorValue myActorValue__akActorValue

myScriptObject__toCallFunctionOn.UnregisterForActorValueChangedEvent(myObjectReference__akObjRef, myActorValue__akActorValue)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.