FPhysicsReplication::OnTick

Update the physics body state given a set of replicated targets

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PhysicsReplication.h

Include

#include "PhysicsReplication.h"

Source

/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsReplication.cpp

Syntax

virtual void OnTick
(
    float DeltaSeconds,
    TMap< TWeakObjectPtr< UPrimitiveComponent >, FReplicatedPhysicsTarget > & ComponentsToTargets
)

Remarks

Update the physics body state given a set of replicated targets

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