- Found in:
- Vanilla
voidfunctionUnregisterForActorValueGreaterThanEvent(ObjectReferenceakObjRef, ActorValueakActorValue, floatafCompareValue)Native
Description
Documentation Comment
Unregister for the actor value greater than event for the specified actor, actor value and comparison value.
Parameters
ObjectReferenceakObjRef
ActorValueakActorValue
floatafCompareValue
Examples
Auto-Generated Example
ObjectReference myObjectReference__akObjRef
ActorValue myActorValue__akActorValue
float myFloat__afCompareValue
myScriptObject__toCallFunctionOn.UnregisterForActorValueGreaterThanEvent(myObjectReference__akObjRef, myActorValue__akActorValue, myFloat__afCompareValue)