Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FBreakpoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool CheckFragmentRemoveBreakpoints
(
const FMassEntityHandle& Handle, |
Checks if a fragment remove on a given entity should trigger a breakpoint | MassDebuggerBreakpoints.h | |
static bool CheckFragmentRemoveBreakpoints
(
const FMassEntityHandle& Handle, |
Checks if a fragment remove on a given entity should trigger a breakpoint (templated version) | MassDebuggerBreakpoints.h | |
static bool CheckFragmentRemoveBreakpoints
(
TConstArrayView< FMassEntityHandle > Entities, |
Checks if a fragment remove on a group of entities should trigger a breakpoint | MassDebuggerBreakpoints.h | |
static bool CheckFragmentRemoveBreakpoints
(
TConstArrayView< FMassEntityHandle > Entities, |
Checks if a fragment remove on a group of entities should trigger a breakpoint (templated version) | MassDebuggerBreakpoints.h |
CheckFragmentRemoveBreakpoints(const FMassEntityHandle &, const UScriptStruct *)
Description
Checks if a fragment remove on a given entity should trigger a breakpoint
| Name | CheckFragmentRemoveBreakpoints |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebuggerBreakpoints.h |
| Include Path | #include "MassDebuggerBreakpoints.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassDebuggerBreakpoints.cpp |
static bool CheckFragmentRemoveBreakpoints
(
const FMassEntityHandle & Handle,
const UScriptStruct * FragmentType
)
True if any breakpoints are set and enabled that match this event
Parameters
| Name | Remarks |
|---|---|
| FMassEntityHandle | The entity being modified |
| FragmentType | The type of fragment being removed |
CheckFragmentRemoveBreakpoints(const FMassEntityHandle &, TFragments...)
Description
Checks if a fragment remove on a given entity should trigger a breakpoint (templated version)
| Name | CheckFragmentRemoveBreakpoints |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebuggerBreakpoints.h |
| Include Path | #include "MassDebuggerBreakpoints.h" |
template<typename... TFragments>
static bool CheckFragmentRemoveBreakpoints
(
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 types being removed |
CheckFragmentRemoveBreakpoints(TConstArrayView< FMassEntityHandle >, const UScriptStruct *)
Description
Checks if a fragment remove on a group of entities should trigger a breakpoint
| Name | CheckFragmentRemoveBreakpoints |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebuggerBreakpoints.h |
| Include Path | #include "MassDebuggerBreakpoints.h" |
static bool CheckFragmentRemoveBreakpoints
(
TConstArrayView< FMassEntityHandle > Entities,
const UScriptStruct * FragmentType
)
True if any breakpoints are set and enabled that match this event
Parameters
| Name | Remarks |
|---|---|
| Entities | The list of entities being modified |
| FragmentType | The type of fragment being removed |
CheckFragmentRemoveBreakpoints(TConstArrayView< FMassEntityHandle >, TFragments...)
Description
Checks if a fragment remove on a group of entities should trigger a breakpoint (templated version)
| Name | CheckFragmentRemoveBreakpoints |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebuggerBreakpoints.h |
| Include Path | #include "MassDebuggerBreakpoints.h" |
template<typename... TFragments>
static bool CheckFragmentRemoveBreakpoints
(
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 types being removed |