FEndpoint::AddEndpointObserver

Register an [IEndpointObserver](API\Runtime\DirectLink\IEndpointObserver) that will be notified periodically with the last state of the swarm.

Windows
MacOS
Linux

References

Module

DirectLink

Header

/Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkEndpoint.h

Include

#include "DirectLinkEndpoint.h"

Source

/Engine/Source/Runtime/Datasmith/DirectLink/Private/DirectLinkEndpoint.cpp

Syntax

void AddEndpointObserver
(
    IEndpointObserver * Observer
)

Remarks

Register an IEndpointObserver that will be notified periodically with the last state of the swarm.

Parameters

Parameter

Description

Observer

Object that should be notified

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss