Description
Wiki Description
Gets the ActorBase of the actor.
Documentation Comment
returns the ActorBase
Caveats
CK Wiki - Notes
- If you call this on a leveled Actor, it will return the base object shown in the editor - in other words, the leveled base object. You will not get the base object for the actor in the world. In order to obtain that base object, use Actor.GetLeveledActorBase() instead.
- This function is actually GetBaseObject() as Actorbase, and is faster than this function.
Examples
No human-generated examples found for this function.
Auto-Generated Example
ActorBase returnedValue = myActor__toCallFunctionOn.GetActorBase()