Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
Debug component to test Mass ZoneGraph Annotations. Handles tests and rendering.
| Name | UZoneGraphAnnotationTestingComponent |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationTestingActor.h |
| Include Path | #include "ZoneGraphAnnotationTestingActor.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=Debug)
class UZoneGraphAnnotationTestingComponent : public UDebugDrawComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UDebugDrawComponent → UZoneGraphAnnotationTestingComponent
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UZoneGraphAnnotationTestingComponent
(
const FObjectInitializer& ObjectInitializer |
ZoneGraphAnnotationTestingActor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Trigger() |
ZoneGraphAnnotationTestingActor.h |
Overridden from USceneComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBoxSphereBounds CalcBounds
(
const FTransform& LocalToWorld |
ZoneGraphAnnotationTestingActor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DebugDraw
(
FDebugRenderSceneProxy* DebugProxy |
ZoneGraphAnnotationTestingActor.h | ||
virtual void DebugDrawCanvas
(
UCanvas* Canvas, |
ZoneGraphAnnotationTestingActor.h |
Overridden from UDebugDrawComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FDebugRenderSceneProxy * CreateDebugSceneProxy() |
ZoneGraphAnnotationTestingActor.h |
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnRegister() |
ZoneGraphAnnotationTestingActor.h | ||
virtual void OnUnregister() |
ZoneGraphAnnotationTestingActor.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
ZoneGraphAnnotationTestingActor.h |