Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
Base class for ZoneGraph Annotation tests.
| Name | UZoneGraphAnnotationTest |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationTestingActor.h |
| Include Path | #include "ZoneGraphAnnotationTestingActor.h" |
Syntax
UCLASS (MinimalAPI, Abstract, EditInlineNew)
class UZoneGraphAnnotationTest : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UZoneGraphAnnotationTest
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBox CalcBounds
(
const FTransform& LocalToWorld |
ZoneGraphAnnotationTestingActor.h | ||
virtual void DebugDraw
(
FDebugRenderSceneProxy* DebugProxy |
ZoneGraphAnnotationTestingActor.h | ||
virtual void DebugDrawCanvas
(
UCanvas* Canvas, |
ZoneGraphAnnotationTestingActor.h | ||
const UZoneGraphAnnotationTestingComponent * GetOwner() |
ZoneGraphAnnotationTestingActor.h | ||
void SetOwner
(
UZoneGraphAnnotationTestingComponent* Owner |
ZoneGraphAnnotationTestingActor.h | ||
virtual void Trigger() |
ZoneGraphAnnotationTestingActor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnOwnerSet() |
ZoneGraphAnnotationTestingActor.h |