- Found in:
- Vanilla
Description
Documentation Comment
jduvall
Returns a GlobalVariable with a matching value to the specified actorvalue (if there is more than one match it will return the first)
akAV: the ActorValue for which you want to return a matching GlobalVariable
EnumGlobals: an array of possibly matching GlobalVariables to return
Caveats
Parameters
ActorValueakAV
GlobalVariable[]akEnumGlobals
Examples
Auto-Generated Example
ActorValue myActorValue__akAV
GlobalVariable[] myGlobalVariableArray__akEnumGlobals
GlobalVariable returnedValue = myObjectReference__toCallFunctionOn.GetValueEnumGlobal(myActorValue__akAV, myGlobalVariableArray__akEnumGlobals)