![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreMiscDefines.h>
Public Member Functions | |
| UE_FORCEINLINE_HINT bool | IsValid () const |
| UE_FORCEINLINE_HINT int32 | GetInternalId () const |
| UE_FORCEINLINE_HINT bool | operator== (const FPlatformUserId &Other) const |
| UE_FORCEINLINE_HINT bool | operator!= (const FPlatformUserId &Other) const |
| UE_FORCEINLINE_HINT constexpr | operator int32 () const |
Static Public Member Functions | |
| static FPlatformUserId | CreateFromInternalId (int32 InInternalId) |
Friends | |
| UE_FORCEINLINE_HINT friend uint32 | GetTypeHash (const FPlatformUserId &UserId) |
Handle that defines a local user on this platform. This used to be just a typedef int32 that was used interchangeably as ControllerId and LocalUserIndex. Moving forward these will be allocated by the platform application layer.
|
inlinestatic |
Explicit function to create from an internal id
|
inline |
Returns the internal id for debugging/etc
|
inline |
Sees if this is a valid user
|
inlineconstexpr |
|
inline |
|
inline |
|
friend |