Epok Engine

EPOK RUNTIME

epok::bp::object_transform_fallback

Function · 1 overload

Function

Transform alias target.

Belongs to
epok::bp
Header
actor_blueprint.hpp
Overloads
1

Declaration

Declaration
inline Transform& object_transform_fallback()

Transform alias target.

This overload takes no parameters.

Returns: Transform &. Check the value before continuing when it represents success, availability or a resource handle.

Example

C++ example
#include "actor_blueprint.hpp"

auto result = epok::bp::object_transform_fallback();

Why use it

It provides direct, allocation-conscious access to compiled Blueprint execution and object interaction. No exception-based error path is implied by the signature.

Trade-offs and warnings

Call it only in the lifecycle phase described by the module. Validate indices, capacities and object state before use.

Declared in runtime/actor_blueprint.hpp:58

Related members