Deserialize Actor From JSON

Callable
DeserializeActorFromJSON

Restores an actor's properties from a JSON string.

Type: Callable (has execution pins)
Category: Fortuna|Save/Load & Data
Keywords: save/load & data

Inputs

NameTypeDefaultDescription
ActorAActor*Actor parameter
JSONStringFStringJSONString parameter
bIncludeComponentsbooltruebIncludeComponents parameter

Outputs

NameTypeDescription
bSuccessboolbSuccess 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.