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