Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FUniqueNetIdMatcher
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator()
(
const FUniqueNetId& Candidate |
Match a given unique Id against the one stored in this struct | OnlineSubsystemTypes.h | |
bool operator()
(
const FUniqueNetIdPtr& Candidate |
Match a given unique Id against the one stored in this struct | OnlineSubsystemTypes.h | |
bool operator()
(
const FUniqueNetIdRef& Candidate |
Match a given unique Id against the one stored in this struct | OnlineSubsystemTypes.h |
operator()(const FUniqueNetId &)
Description
Match a given unique Id against the one stored in this struct
| Name | operator() |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
bool operator()
(
const FUniqueNetId & Candidate
) const
true if they are an exact match, false otherwise
operator()(const FUniqueNetIdPtr &)
Description
Match a given unique Id against the one stored in this struct
| Name | operator() |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
bool operator()
(
const FUniqueNetIdPtr & Candidate
) const
true if they are an exact match, false otherwise
operator()(const FUniqueNetIdRef &)
Description
Match a given unique Id against the one stored in this struct
| Name | operator() |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
bool operator()
(
const FUniqueNetIdRef & Candidate
) const
true if they are an exact match, false otherwise