Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/FExternalRpcArgumentDesc
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
ExternalRpcRegistry.h |
|
|
|
ExternalRpcRegistry.h |
|
FExternalRpcArgumentDesc()
| |
|
| Name |
FExternalRpcArgumentDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path |
#include "ExternalRpcRegistry.h" |
FExternalRpcArgumentDesc()
FExternalRpcArgumentDesc(FString, FString, FString, bool)
| |
|
| Name |
FExternalRpcArgumentDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path |
#include "ExternalRpcRegistry.h" |
FExternalRpcArgumentDesc
(
FString InName,
FString InType,
FString InDesc,
bool bInIsOptional
)