Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassDebugger
Description
Checks if a processor should break on execute for a given entity. Returns the Id for the breakpoint if one is found, or 0.
| Name | ShouldProcessorBreak |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebugger.h |
| Include Path | #include "MassDebugger.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassDebugger.cpp |
static UE::Mass::Debug::FBreakpointHandle ShouldProcessorBreak
(
const FMassEntityManager & EntityManager,
const UMassProcessor * Processor,
FMassEntityHandle Entity
)