Navigation
API > API/Runtime > API/Runtime/Engine
Converts a relative handle to the appropriate index into the Cmds array
| Name | FHandleToCmdIndex |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path | #include "Net/RepLayout.h" |
Syntax
class FHandleToCmdIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Net/RepLayout.h | |||
FHandleToCmdIndex
(
const int32 InHandleToCmdIndex |
Net/RepLayout.h | ||
FHandleToCmdIndex
(
FHandleToCmdIndex&& Other |
Net/RepLayout.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CmdIndex | int32 | Net/RepLayout.h | ||
| HandleToCmdIndex | TUniquePtr< TArray< FHandleToCmdIndex > > | Net/RepLayout.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHandleToCmdIndex & operator=
(
FHandleToCmdIndex&& Other |
Net/RepLayout.h |