Savior 3 > Savior III > [SAVIOR] Find Actor With GUID

[SAVIOR] Find Actor With GUID

Look up current map (UWorld) for any Actor containing specified 'SGUID' property.
Returns nothing if any Actor with GUID was not found in the level, check the returning value.
@SGUID: Target Actor must contain a 'SGUID' Property of type FGuid marked 'SaveGame'.

Inputs

In
Exec

Context
Object Reference

SGUID
Guid Structure (by ref)

Outputs

Out
Exec

Return Value
Actor Object Reference

Look up current map (UWorld) for any Actor containing specified 'SGUID' property.
Returns nothing if any Actor with GUID was not found in the level, check the returning value.
@SGUID: Target Actor must contain a 'SGUID' Property of type FGuid marked 'SaveGame'.