Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtras
Thing that goes in the aux state.
| Name | TMockRootMotionSourceProxy |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/MockRootMotionSimulation.h |
| Include Path | #include "MockRootMotionSimulation.h" |
Syntax
template<typename IdType, int32 InInlineSize, int32 InMaxSize>
struct TMockRootMotionSourceProxy
Enums
Public
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | IdType | MockRootMotionSimulation.h | ||
| Params | TArray< uint8, TInlineAllocator< InlineSize > > | MockRootMotionSimulation.h | ||
| StartMS | int32 | MockRootMotionSimulation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IdType GetID() |
MockRootMotionSimulation.h | ||
FBitReader GetParamBitReader() |
MockRootMotionSimulation.h | ||
TArrayView< const uint8 > GetParamsDataView() |
MockRootMotionSimulation.h | ||
int32 GetStartMS() |
MockRootMotionSimulation.h | ||
bool IsValid() |
MockRootMotionSimulation.h | ||
void NetSerialize
(
const FNetSerializeParams& P |
Writes the blob of parameters to the actual network stream. | MockRootMotionSimulation.h | |
void Reset() |
MockRootMotionSimulation.h | ||
void ToString
(
FAnsiStringBuilderBase& Out |
MockRootMotionSimulation.h | ||
void WriteParams
(
TFunctionRef< void(FBitWriter&)> WriteFunc |
Write a new source and encode the params into the generic param block. | MockRootMotionSimulation.h | |
void WriteSource
(
IdType InID, |
Writes a new source with no params. | MockRootMotionSimulation.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const TMockRootMotionSourceProxy< IdType, InlineSize, MaxSize >& Other |
MockRootMotionSimulation.h | ||
bool operator==
(
const TMockRootMotionSourceProxy< IdType, InlineSize, MaxSize >& Other |
MockRootMotionSimulation.h |