Skip to main content

Sandbox Generic Interface

This interface contains few overridable functions to help with Sandbox gameplay.

On Validate Asset​

Validates an asset to make sure it is ready for gameplay. It is upto the developer to create any custom rule to validate the asset. For example, you can check if a mesh is assigned or a variable is set and so on.

On Sandbox Actor Spawned​

Called when an actor is spawned in world via Sandbox World Subsystem.

On Sandbox Actor Loaded​

Called when this actor is loaded from save game.

Get Notify Tag​

This is primarly used to pass any notify tag to a Sandbox supported actor from Sandbox Node. Check out example project for implementation example.