- Found in:
- Vanilla
Description
Wiki Description
Attempts to retrieve the actor this alias is pointing at. If it has not been resolved to a reference, or the reference is not an Actor, it will return None.
Documentation Comment
Autocast to Actor is applicable
Caveats
CK Wiki - Notes
- Under the hood, this is 'GetReference() As Actor' which is measurably faster.
Examples
No human-generated examples found for this function.
Auto-Generated Example
Actor returnedValue = myReferenceAlias__toCallFunctionOn.GetActorReference()