Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FBreakpoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CheckFragmentAddBreakpointsByInstances
(
const FMassEntityHandle& Handle, |
Checks if a fragment add on a group of entities should trigger a breakpoint (fragment instance version) | MassDebuggerBreakpoints.h | |
static bool CheckFragmentAddBreakpointsByInstances
(
TConstArrayView< FMassEntityHandle > Entities, |
Checks if a fragment add on a group of entities should trigger a breakpoint (fragment instance version) | MassDebuggerBreakpoints.h |
CheckFragmentAddBreakpointsByInstances(const FMassEntityHandle &, TFragments...)
Description
Checks if a fragment add on a group of entities should trigger a breakpoint (fragment instance version)
| Name | CheckFragmentAddBreakpointsByInstances |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebuggerBreakpoints.h |
| Include Path | #include "MassDebuggerBreakpoints.h" |
template<typename... TFragments>
static bool CheckFragmentAddBreakpointsByInstances
(
const FMassEntityHandle & Handle,
TFragments... InFragments
)
True if any breakpoints are set and enabled that match this event
Parameters
| Name | Remarks |
|---|---|
| Handle | The entity being modified |
| InFragments | variadic list of fragment instance references being added |
CheckFragmentAddBreakpointsByInstances(TConstArrayView< FMassEntityHandle >, TFragments...)
Description
Checks if a fragment add on a group of entities should trigger a breakpoint (fragment instance version)
| Name | CheckFragmentAddBreakpointsByInstances |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebuggerBreakpoints.h |
| Include Path | #include "MassDebuggerBreakpoints.h" |
template<typename... TFragments>
static bool CheckFragmentAddBreakpointsByInstances
(
TConstArrayView< FMassEntityHandle > Entities,
TFragments... InFragments
)
True if any breakpoints are set and enabled that match this event
Parameters
| Name | Remarks |
|---|---|
| Entities | The list of entities being modified |
| InFragments | variadic list of fragment instance references being added |