- Found in:
- Vanilla
Description
Wiki Description
Attempts to retrieve the object reference this alias is pointing at. If it has not been resolved to a reference, it will return None.
Documentation Comment
Get the object reference this alias refers to
Caveats
Examples
; Get the reference the alias points at
ObjectReference bossRef = BossAlias.GetReference()Auto-Generated Example
ObjectReference returnedValue = myReferenceAlias__toCallFunctionOn.GetReference()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
