Apparatus Version 1.23
ECS data-oriented workflow for Unreal Engine.
Loading...
Searching...
No Matches
Classes | Functions
RunnableMechanic.h File Reference
#include "CoreMinimal.h"
#include "UObject/Class.h"
#include "HAL/Runnable.h"
Include dependency graph for RunnableMechanic.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  FRunnableMechanicBase
 A base struct for all runnable mechanics. More...
 
struct  TComponentTypesPack< Ts >
 The components types storage. More...
 
struct  TRunnableMechanic< ChainT, Ts >
 The base template for all object-based mechanics. More...
 

Functions

template<class RunnableMechanicT >
constexpr bool IsRunnableMechanicClass ()
 Check if the supplied class actually a detail.
 

Function Documentation

◆ IsRunnableMechanicClass()

template<class RunnableMechanicT >
constexpr bool IsRunnableMechanicClass ( )
constexpr

Check if the supplied class actually a detail.

Template Parameters
RunnableMechanicTA class to examine.