Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
A subsystem managing Zonegraph Annotations.
| Name | UZoneGraphAnnotationSubsystem |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationSubsystem.h |
| Include Path | #include "ZoneGraphAnnotationSubsystem.h" |
Syntax
UCLASS (MinimalAPI)
class UZoneGraphAnnotationSubsystem : public UTickableWorldSubsystem
Inheritance Hierarchy
- FTickableObjectBase → FTickableGameObject → UTickableWorldSubsystem → UZoneGraphAnnotationSubsystem
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UWorldSubsystem → UTickableWorldSubsystem → UZoneGraphAnnotationSubsystem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UZoneGraphAnnotationSubsystem() |
ZoneGraphAnnotationSubsystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentEventStream | int32 | Index of the current event stream. | ZoneGraphAnnotationSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FZoneGraphTagMask GetAnnotationTags
(
const FZoneGraphLaneHandle LaneHandle |
ZoneGraphAnnotationSubsystem.h | ||
UZoneGraphAnnotationComponent * GetFirstAnnotationForTag
(
const FZoneGraphTag AnnotationTag |
ZoneGraphAnnotationSubsystem.h | ||
void RegisterAnnotationComponent
(
UZoneGraphAnnotationComponent& Component |
Registers Annotation component | ZoneGraphAnnotationSubsystem.h | |
void ReregisterTagsInEditor() |
Signals the subsystem to re-register all tags. | ZoneGraphAnnotationSubsystem.h | |
TEnableIf< TIsDerivedFrom< T, FZoneGraphAnnotationEventBase >::IsDerived, void >::Type SendEvent
(
const T& InRequest |
Sends an event to the Annotations. | ZoneGraphAnnotationSubsystem.h | |
void UnregisterAnnotationComponent
(
UZoneGraphAnnotationComponent& Component |
Unregisters Annotation component | ZoneGraphAnnotationSubsystem.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddToAnnotationLookup
(
UZoneGraphAnnotationComponent& Annotation, |
ZoneGraphAnnotationSubsystem.h | ||
void PostZoneGraphDataAdded
(
const AZoneGraphData* ZoneGraphData |
ZoneGraphAnnotationSubsystem.h | ||
void PreZoneGraphDataRemoved
(
const AZoneGraphData* ZoneGraphData |
ZoneGraphAnnotationSubsystem.h | ||
void RemoveFromAnnotationLookup
(
UZoneGraphAnnotationComponent& Annotation |
ZoneGraphAnnotationSubsystem.h |
Overridden from USubsystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Deinitialize() |
ZoneGraphAnnotationSubsystem.h | ||
virtual void Initialize
(
FSubsystemCollectionBase& Collection |
ZoneGraphAnnotationSubsystem.h |
Overridden from FTickableObjectBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TStatId GetStatId() |
ZoneGraphAnnotationSubsystem.h | ||
virtual void Tick
(
float DeltaTime |
ZoneGraphAnnotationSubsystem.h |