Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include | #include "OnlineSubsystemTypes.h" |
Syntax
struct FUniqueNetIdMatcher
Remarks
TArray helper for IndexOfByPredicate() function
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUniqueNetIdMatcher
(
const FUniqueNetId& InUniqueIdTarget |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator()
(
const FUniqueNetId& Candidate |
Match a given unique Id against the one stored in this struct | |
| bool | operator()
(
const FUniqueNetIdPtr& Candidate |
Match a given unique Id against the one stored in this struct | |
| bool | operator()
(
const FUniqueNetIdRef& Candidate |
Match a given unique Id against the one stored in this struct |