Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
Inheritance Hierarchy
- AActor
- AZoneGraphAnnotationTestingActor
References
| Module | ZoneGraphAnnotations |
| Header | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationTestingActor.h |
| Include | #include "ZoneGraphAnnotationTestingActor.h" |
Syntax
UCLASS (HideCategories=(Actor, Input, Collision, Rendering, Replication, Partition, HLOD, Cooking))
class AZoneGraphAnnotationTestingActor : public AActor
Remarks
Debug actor to test Mass ZoneGraph Annotations.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UZoneGraphAnnotationTestingComponent > | TestingComp |
Constructors
| Type | Name | Description | |
|---|---|---|---|
AZoneGraphAnnotationTestingActor
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditMove
(
bool bFinished |
||
| void | Trigger () |
Simple trigger function to trigger something on the tests. |