Navigation
API > API/Runtime > API/Runtime/MassEntity
Debug-time, detects relation elements being removed from the relation entities, which is not supposed to be done
| Name | UMassRelationEntityGuardDog |
| Type | class |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassRelationObservers.h |
| Include Path | #include "MassRelationObservers.h" |
Syntax
UCLASS (MinimalAPI)
class UMassRelationEntityGuardDog : public UMassRelationObserver
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMassProcessor → UMassObserverProcessor → UMassRelationObserver → UMassRelationEntityGuardDog
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMassRelationEntityGuardDog() |
MassRelationObservers.h |
Functions
Public
Protected
Overridden from UMassProcessor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
FMassEntityManager& EntityManager, |
Called during the processing phase to which this processor is registered. | MassRelationObservers.h |