Deserialize Actor From JSON
CallableDeserializeActorFromJSONRestores an actor's properties from a JSON string.
Type: Callable (has execution pins)
Category: Fortuna|Save/Load & Data
Keywords: save/load & data
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Actor | AActor* | — | Actor parameter |
| JSONString | FString | — | JSONString parameter |
| bIncludeComponents | bool | true | bIncludeComponents parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| bSuccess | bool | bSuccess output |
Example Use Cases
Example 1
Load an actor's state from a save file.
Example 2
Receive and apply actor state from the network.