Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
Inheritance Hierarchy
- UObject
- UZoneGraphAnnotationTest
- UZoneGraphDisturbanceAnnotationTest
References
| Module | ZoneGraphAnnotations |
| Header | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationTestingActor.h |
| Include | #include "ZoneGraphAnnotationTestingActor.h" |
Syntax
UCLASS (Abstract, EditInlineNew)
class UZoneGraphAnnotationTest : public UObject
Remarks
Base class for ZoneGraph Annotation tests.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UZoneGraphAnnotationTestingComponent > | OwnerComponent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UZoneGraphAnnotationTestingComponent * | GetOwner () |
||
| void | OnOwnerSet () |
||
| void | SetOwner
(
UZoneGraphAnnotationTestingComponent* Owner |
||
| void | Trigger () |