FNetworkPredictionDriverBase::PhysicsStateIsConsistent

PhysicsStateIsConsistent Only used in debugging - checks if [UPrimitiveComponent](API\Runtime\Engine\Components\UPrimitiveComponent) and FPhysicsBody state are in sync with each other

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionDriver.h"

Syntax

template<bool bEnable>
static TEnableIf< bEnable, bool >::Type PhysicsStateIsConsistent
(
    DriverType * Driver
)

Remarks

PhysicsStateIsConsistent Only used in debugging - checks if UPrimitiveComponent and FPhysicsBody state are in sync with each other

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