Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FExternalIdQueryOptions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Interfaces/OnlineUserInterface.h | |||
FExternalIdQueryOptions
(
const FString& InAuthType, |
Interfaces/OnlineUserInterface.h | ||
FExternalIdQueryOptions
(
FString&& InAuthType, |
Interfaces/OnlineUserInterface.h |
FExternalIdQueryOptions()
| Name | FExternalIdQueryOptions |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineUserInterface.h |
| Include Path | #include "Interfaces/OnlineUserInterface.h" |
FExternalIdQueryOptions()
FExternalIdQueryOptions(const FString &, const bool)
| Name | FExternalIdQueryOptions |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineUserInterface.h |
| Include Path | #include "Interfaces/OnlineUserInterface.h" |
FExternalIdQueryOptions
(
const FString & InAuthType,
const bool bInLookupByDisplayName
)
FExternalIdQueryOptions(FString &&, const bool)
| Name | FExternalIdQueryOptions |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineUserInterface.h |
| Include Path | #include "Interfaces/OnlineUserInterface.h" |
FExternalIdQueryOptions
(
FString && InAuthType,
const bool bInLookupByDisplayName
)