IStageDataProvider::SendMessage

Generic send message to support constructor parameters directly and temp object created

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,
    Args &&... args
)

Remarks

Generic send message to support constructor parameters directly and temp object created

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