🧩 Blueprint Node: Find Actor With GUID

📦 Node Purpose

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'.

📥 Input Pins

NameTypeDescription
InExec

📤 Output Pins

NameTypeDescription
ContextObject Reference
SGUIDGuid Structure (by ref)
OutExec
Return ValueActor Object Reference