IStageDataProvider::SendMessage

Internal method where all send messages are funneled before being sent to the data provider instance

Windows
MacOS
Linux

References

Module

StageDataCore

Header

/Engine/Source/Runtime/VirtualProduction/StageDataCore/Public/IStageDataProvider.h

Include

#include "IStageDataProvider.h"

Syntax

template<typename MessageType>
static bool SendMessage
(
    MessageType && Message,
    EStageMessageFlags InFlags
)

Remarks

Internal method where all send messages are funneled before being sent to the data provider instance

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