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