Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- AZoneGraphAnnotationTestingActor
References
| Module | ZoneGraphAnnotations |
| Header | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationTestingActor.h |
| Include | #include "ZoneGraphAnnotationTestingActor.h" |
Syntax
UCLASS&40;HideCategories&61;&40;Actor, Input, Collision, Rendering, Replication, Partition, HLOD, Cooking&41;&41;
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 | Trigger () |
Simple trigger function to trigger something on the tests. |
Overridden from AActor
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditMove
(
bool bFinished |
Called after an actor has been moved in the editor |