Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Net
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
Include | #include "Net/RepLayout.h" |
Syntax
class FHandleToCmdIndex
Remarks
Converts a relative handle to the appropriate index into the Cmds array
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | CmdIndex | |
![]() |
TUniquePtr< TArray< FHandleToCmdIndex > > | HandleToCmdIndex |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FHandleToCmdIndex
(
const int32 InHandleToCmdIndex |
||
![]() |
FHandleToCmdIndex
(
FHandleToCmdIndex&& Other |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FHandleToCmdIndex & | operator=
(
FHandleToCmdIndex&& Other |