Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionCueTraits.h |
Include | #include "NetworkPredictionCueTraits.h" |
Syntax
struct ReplicatedXOrPredicted
Remarks
Replicated to interpolating proxies, predicted by autonomous/simulated proxy Best for events you want everyone to see but don't need to get perfect in the predicting cases: doesn't need to rollback and cheap on cpu (no NetIdentical tests on predicted path)
Constants
Name | Description |
---|---|
InvokeMask | |
ReplicationTarget | |
Resimulate |