- 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.
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akObjRef
ActorValue myActorValue__akActorValue
float myFloat__afCompareValue
myScriptObject__toCallFunctionOn.UnregisterForActorValueGreaterThanEvent(myObjectReference__akObjRef, myActorValue__akActorValue, myFloat__afCompareValue)