TNetSimModelTraitsBase

Internal traits that are derived from the user settings (E.g, these can't go in [FNetSimModelDefBase](API\Plugins\NetworkPrediction\FNetSimModelDefBase) because they are dependent on the user types) These can be overridden as well via template specialization but we don't expect this to be common.

Windows
MacOS
Linux

Inheritance Hierarchy

TNetSimModelTraitsBase

TNetSimModelTraits

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkedSimulationModelTraits.h

Include

#include "NetworkedSimulationModelTraits.h"

Syntax

template<typename T>
struct TNetSimModelTraitsBase

Remarks

Internal traits that are derived from the user settings (E.g, these can't go in FNetSimModelDefBase because they are dependent on the user types) These can be overridden as well via template specialization but we don't expect this to be common.

Typedefs

Name

Description

Driver

Driver class: interface that the NetSimModel needs user code to implement in order to function.

InternalBufferTypes

Internal buffer types: the model may wrap the user structs (e.g, input cmds + frame time) for internal usage.

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