![]() |
Apparatus
Version 1.22
ECS data-oriented workflow for Unreal Engine.
|
Macros | |
#define | SKIP_MACHINE_H |
#define | SMART_CAST_H_SKIPPED_MACHINE_H |
Functions | |
template<class To , EParadigm Paradigm = EParadigm::Safe, class From = UObject*> | |
TSmartCastImpl< From, To, Paradigm >::ToType | SmartCast (From Src) |
Cast the entity with a smarter internal logic. More... | |
template<class To , class From > | |
TSmartCastImpl< From, To >::ToType | SmartCastChecked (From Src) |
Cast the solidity state of an entity while checking the result. More... | |
#define SKIP_MACHINE_H |
#define SMART_CAST_H_SKIPPED_MACHINE_H |
|
inline |
Cast the entity with a smarter internal logic.
Supports solidity casting.
|
inline |
Cast the solidity state of an entity while checking the result.