Navigation
API > API/Plugins > API/Plugins/ZoneGraphDebug
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UZoneLaneTest
- UZoneGraphCloseCrowdLaneTest
References
| Module | ZoneGraphDebug |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraphDebug/Public/ZoneGraphTestingActor.h |
| Include | #include "ZoneGraphTestingActor.h" |
Syntax
UCLASS&40;Abstract, EditInlineNew&41;
class UZoneLaneTest : public UObject
Remarks
Base class to inherit from to be able to perform custom actions on lane detected by the testing actor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UZoneGraphTestingComponent > | OwnerComponent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Draw
(
FPrimitiveDrawInterface* PDI |
||
| const UZoneGraphTestingComponent * | GetOwner () |
||
| void | OnLaneLocationUpdated
(
const FZoneGraphLaneLocation& PrevLaneLocation, |
||
| void | OnOwnerSet () |
||
| void | SetOwner
(
UZoneGraphTestingComponent* Owner |