Generic Interface
Sandbox Generic Interface
Section titled “Sandbox Generic Interface”This interface contains few overridable functions to help with Sandbox gameplay.
On Validate Asset
Section titled “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
Section titled “On Sandbox Actor Spawned”Called when an actor is spawned in world via Sandbox World Subsystem.
On Sandbox Actor Loaded
Section titled “On Sandbox Actor Loaded”Called when this actor is loaded from save game.
Get Notify Tag
Section titled “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.