Publish

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Publish

(
    MessageType* Message
)

Immediately publishes a message to all subscribed recipients.

Public function

void

 

Publish

(
    void* Message,
    UScriptStruct* TypeInfo,
    EMessageScope Scope,
    const TMap< FName, FString > Annota...,
    const FTimespan& Delay,
    const FDateTime& Expiration
)

Publishes a message to all subscribed recipients within the specified scope.

Public function

void

 

Publish

(
    MessageType* Message,
    EMessageScope Scope
)

Immediately pa message to all subscribed recipients within the specified scope.

Public function

void

 

Publish

(
    MessageType* Message,
    const TMap< FName, FString > Annota...
)

Immediately publishes a message to all subscribed recipients.

Public function

void

 

Publish

(
    MessageType* Message,
    const FTimespan& Delay
)

Publishes a message to all subscribed recipients after a given delay.

Public function

void

 

Publish

(
    MessageType* Message,
    const TMap< FName, FString > Annota...,
    EMessageScope Scope
)

Immediately pa message to all subscribed recipients within the specified scope.

Public function

void

 

Publish

(
    MessageType* Message,
    EMessageScope Scope,
    const FTimespan& Delay
)

Publishes a message to all subscribed recipients within the specified scope after a given delay.

Public function

void

 

Publish

(
    MessageType* Message,
    EMessageScope Scope,
    const FTimespan& Delay,
    const FDateTime& Expiration
)

Publishes a message to all subscribed recipients within the specified scope.

Public function

void

 

Publish

(
    void* Message,
    UScriptStruct* TypeInfo,
    EMessageScope Scope,
    const FTimespan& Delay,
    const FDateTime& Expiration
)

Publishes a message to all subscribed recipients within the specified scope.

Public function

void

 

Publish

(
    MessageType* Message,
    const TMap< FName, FString > Annota...,
    EMessageScope Scope,
    const FTimespan& Delay,
    const FDateTime& Expiration
)

Publishes a message to all subscribed recipients within the specified scope.

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