SendMessage

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

SendMessage

(
    EStageMessageFlags Flags,
    Args&&... args
)

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

Public function Static

bool

 

SendMessage

(
    EStageMessageFlags Flags,
    MessageType& Message
)

Specialized send message for lvalue type without a temp object

Public function Static

bool

 

SendMessage

(
    EStageMessageFlags Flags,
    MessageType&& Message
)

Specialized send message for rvalue type without a temp object

Private function Static

bool

 

SendMessage

(
    MessageType&& Message,
    EStageMessageFlags InFlags
)

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