UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FXmlAttribute Class Reference

#include <XmlNode.h>

Public Member Functions

 FXmlAttribute (const FString &InTag, const FString &InValue)
 
XMLPARSER_API const FString & GetTag () const
 
XMLPARSER_API const FString & GetValue () const
 

Constructor & Destructor Documentation

◆ FXmlAttribute()

FXmlAttribute::FXmlAttribute ( const FString &  InTag,
const FString &  InValue 
)
inline

Member Function Documentation

◆ GetTag()

const FString & FXmlAttribute::GetTag ( ) const

Gets the tag of the attribute

◆ GetValue()

const FString & FXmlAttribute::GetValue ( ) const

Gets the value of the attribute


The documentation for this class was generated from the following files: