IClothingSimulation::Simulate

Run a single tick of the simulation.

Windows
MacOS
Linux

Override Hierarchy

IClothingSimulation::Simulate()

FClothingSimulation::Simulate()

References

Module

ClothingSystemRuntimeInterface

Header

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

Include

#include "ClothingSimulationInterface.h"

Syntax

void Simulate
(
    IClothingSimulationContext * InContext
)

Remarks

Run a single tick of the simulation. The pointer InContext is guaranteed (when called by the engine) to be the context allocated in CreateContext and can be assumed to be safely castable to any derived type allocated there. New callers should make care to make sure only the correct context is ever passed through

Parameters

Parameter

Description

InContext

The context to use during simulation, will have been filled in FillContext

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