UZoneGraphAnnotationSubsystem::SendEvent

Sends an event to the Annotations.

Choose your operating system:

Windows

macOS

Linux

References

Module

ZoneGraphAnnotations

Header

/Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationSubsystem.h

Include

#include "ZoneGraphAnnotationSubsystem.h"

Syntax

template<typename T>
TEnableIf< TIsDerivedFrom< T, FZoneGraphAnnotationEventBase >::IsDerived, void >::Type SendEvent
(
    const T & InRequest
)

Remarks

Sends an event to the Annotations.