Navigation
API > API/Runtime > API/Runtime/MassEntity
| Name | TOverridesExecute |
| Type | struct |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassCommandBuffer.h |
| Include Path | #include "MassCommandBuffer.h" |
Syntax
template<typename TCommand>
struct TOverridesExecute : public std::bool_constant< IsExecuteOverridden< TCommand >()>
Inheritance Hierarchy
- std::bool_constant< IsExecuteOverridden< TCommand >()> → TOverridesExecute