FSimulationData

Holds all data we traced for a given simulation.

Windows
MacOS
Linux

References

Module

NetworkPredictionInsights

Header

/Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h

Include

#include "INetworkPredictionProvider.h"

Syntax

struct FSimulationData

Remarks

Holds all data we traced for a given simulation.

Variables

Name Description

Public variable

FSimulationData...

 

Analysis

Public variable

FConst

 

ConstData

Public variable

TPagedArray< FN...

 

NetRecv

Public variable

TSparseFrameDat...

 

SparseData

Public variable

TPagedArray< FT...

 

Ticks

Public variable

int32

 

TraceID

Public variable

FUserData

 

UserData

Constructors

Name Description

Public function

FSimulationData

(
    int32 InTraceID,
    Trace::ILinearAllocator& Allocator
)

Functions

Name Description

Public function Const

TSharedRef< ...

 

MakeRestrictedView

(
    uint64 MinEngineFrame,
    uint64 MaxEngineFrame
)

Classes

Name

Description

Public struct

FAnalysis

Data that is only used as a temp/scratch pad during the analysis page. This should not show up in the UI or FRestrictedView.

Public struct

FConst

Data that never changes about the simulation.

Public struct

FNetSerializeRecv

Public struct

FRestrictedUserStateView

Public struct

FRestrictedView

Public struct

FSparse

Data that changes rarely over time about the simulation.

Public struct

FSystemFault

Public struct

FTick

Data for a single simulation tick.

Public struct

FUserData

Public struct

FUserState

Public struct

FUserStateStore

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss