UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FExternalRpcArgumentDesc Struct Reference

#include <ExternalRpcRegistry.h>

Public Member Functions

 FExternalRpcArgumentDesc ()=default
 
 FExternalRpcArgumentDesc (FString InName, FString InType, FString InDesc, bool bInIsOptional=false)
 
bool operator== (const FExternalRpcArgumentDesc &Other) const
 
bool operator!= (const FExternalRpcArgumentDesc &Other) const
 

Public Attributes

FString Name
 
FString Type
 
FString Desc
 
bool bIsOptional = false
 

Constructor & Destructor Documentation

◆ FExternalRpcArgumentDesc() [1/2]

FExternalRpcArgumentDesc::FExternalRpcArgumentDesc ( )
default

◆ FExternalRpcArgumentDesc() [2/2]

FExternalRpcArgumentDesc::FExternalRpcArgumentDesc ( FString  InName,
FString  InType,
FString  InDesc,
bool  bInIsOptional = false 
)
inline

Member Function Documentation

◆ operator!=()

bool FExternalRpcArgumentDesc::operator!= ( const FExternalRpcArgumentDesc Other) const
inline

◆ operator==()

bool FExternalRpcArgumentDesc::operator== ( const FExternalRpcArgumentDesc Other) const
inline

Member Data Documentation

◆ bIsOptional

bool FExternalRpcArgumentDesc::bIsOptional = false

◆ Desc

FString FExternalRpcArgumentDesc::Desc

◆ Name

FString FExternalRpcArgumentDesc::Name

◆ Type

FString FExternalRpcArgumentDesc::Type

The documentation for this struct was generated from the following file: