Epok Engine

EPOK RUNTIME

epok::Level::ActorPrepareFn

Type alias

Type alias

---- spawning ------------------------------------------------------------------ Preparation hook, run once per reserved actor after its defaults, root, owner and registration are in place and *before* any `begin_play` of this batch (design.md section 6, between steps 2 and 5).

Namespace
epok
Header
object_model.hpp
Include
#include "object_model.hpp"
Module
object-model
Source
runtime/object_model.hpp:731

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "object_model.hpp"

epok::Level::ActorPrepareFn& value = /* obtain a valid instance from your game */;