Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/FMessageAddress
Description
Converts a string to a message address.
| Name | Parse |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageContext.h |
| Include Path | #include "IMessageContext.h" |
static bool Parse
(
const FString & String,
FMessageAddress & OutAddress
)
true if the string was converted successfully, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| String | The string to convert. |
| OutAddress | Will contain the parsed address. |
See Also
- ToString