Description
Wiki Description
Obtains this actor's current level, not taking into account any leveling done to match the player's level.
Documentation Comment
Obtains this actor's level, unmodified by matching the player's level
Caveats
CK Wiki - Notes
Examples
; Get the level the rat is (NOT adjusted for player level)
ActorBase PlayerBase = RatReference.GetBaseObject() as ActorBase
int playerLevel = PlayerBase.GetLevelExact()Auto-Generated Example
int returnedValue = myActorBase__toCallFunctionOn.GetLevelExact()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
