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" |
bool HasChild
(
const FString & ChildName
) const
Remarks
Whether or not Stanza has a given child Whether or not Stanza has child ChildName
Parameters
| Name | Description |
|---|---|
| ChildName | name of child to check for |