Apparatus Version 1.23
ECS data-oriented workflow for Unreal Engine.
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
FRunnableMechanicBase Struct Reference

A base struct for all runnable mechanics. More...

#include <RunnableMechanic.h>

Inheritance diagram for FRunnableMechanicBase:
Inheritance graph
[legend]

Public Member Functions

FRunnableThread * GetRunnableThread () const
 Get a thread this mechanic operates within.
 

Friends

template<typename ChunkItT , typename BeltItT , EParadigm Paradigm>
struct TChain
 

Detailed Description

A base struct for all runnable mechanics.

You don't use this struct directly, but the templated TRunnableMechanic instead.

Member Function Documentation

◆ GetRunnableThread()

FRunnableThread * FRunnableMechanicBase::GetRunnableThread ( ) const
inline

Get a thread this mechanic operates within.

Returns nullptr, if the mechanic is evaluating within the game thread.

Friends And Related Function Documentation

◆ TChain

template<typename ChunkItT , typename BeltItT , EParadigm Paradigm>
friend struct TChain
friend

The documentation for this struct was generated from the following file: