IStageDataProvider::SendMessage

Specialized send message for rvalue type without a temp object

Windows
MacOS
Linux

References

Module

StageDataCore

Header

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

Include

#include "IStageDataProvider.h"

Syntax

template<typename MessageType, typename... Args>
static bool SendMessage
(
    EStageMessageFlags Flags,
    MessageType && Message
)

Remarks

Specialized send message for rvalue type without a temp object

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