🧩 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
| Name | Type | Description |
|---|---|---|
| In | Exec |
📤 Output Pins
| Name | Type | Description |
|---|---|---|
| Context | Object Reference | |
| SGUID | Guid Structure (by ref) | |
| Out | Exec | |
| Return Value | Actor Object Reference |