UClothingSimulationInteractor::Sync

Sync the interactor to the provided context for the clothing simulation to use on its next update.

Windows
MacOS
Linux

Override Hierarchy

References

Module

ClothingSystemRuntimeInterface

Header

/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInteractor.h

Include

#include "ClothingSimulationInteractor.h"

Syntax

virtual void Sync
(
    IClothingSimulation * InSimulation,
    IClothingSimulationContext * InContext
)

Remarks

Sync the interactor to the provided context for the clothing simulation to use on its next update. This will be called at a time that is guaranteed to never overlap with the running simulation. The simulation will have to be written in a way to pick up these changes on the next update

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