Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageSubscription
Description
Checks whether the subscription is enabled.
| Name | IsEnabled |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageSubscription.h |
| Include Path | #include "IMessageSubscription.h" |
bool IsEnabled()
true if the subscription is enabled, false otherwise.