Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDRigidsEvolutionGBF
Description
Particle API (most of the particle API is in the base class) User has moved a particle Does not change velocity. Will wake the particle if this is a move (i.e., bIsTeleport is false)
| Name | SetParticleTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsEvolutionGBF.h |
| Include Path | #include "Chaos/PBDRigidsEvolutionGBF.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDRigidsEvolutionGBF.cpp |
void SetParticleTransform
(
FGeometryParticleHandle * InParticle,
const FVec3 & InPos,
const FRotation3 & InRot,
const bool bIsTeleport,
const bool bWakeUp
)