Description
Wiki Description
Obtains whether this actor base is flagged as unique or not.
Documentation Comment
Is this actor base unique?
Caveats
Examples
; Is the actor unique?
ActorBase PersonBase = ImportantPersonProperty.GetBaseObject() as ActorBase
if (PersonBase.IsUnique())
Debug.Trace("Important person is unique")
endIfAuto-Generated Example
bool returnedValue = myActorBase__toCallFunctionOn.IsUnique()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
