Navigation
API > API/Runtime > API/Runtime/XMPP > API/Runtime/XMPP/IXmppStanza
References
| Module | XMPP |
| Header | /Engine/Source/Runtime/Online/XMPP/Public/XmppStanza.h |
| Include | #include "XmppStanza.h" |
TUniquePtr < IXmppStanza > GetChild
(
const FString & ChildName
) const
Remarks
Get given Stanza child, if existing Stanza ChildName, if it exists
Parameters
| Name | Description |
|---|---|
| ChildName | name of child to return |