FRigidBodyHandle_Internal

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/SingleParticlePhysicsProxy.h

Include

#include "PhysicsProxy/SingleParticlePhysicsProxy.h"

Syntax

class FRigidBodyHandle_Internal : public Chaos::TThreadedSingleParticlePhysicsProxyBase< false >

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Const

const FVec3

 

PreV()

Public function Const

const FVec3

 

PreW()

Public function

void

 

SetObjectState

(
    const EObjectStateType InState,
    bool bAllowEvents,
    bool bInvalidate
)

Public function

void

 

SetR

(
    const FRotation3& InR,
    bool bInvalidate
)

Public function

void

 

SetV

(
    const FVec3& InV,
    bool bInvalidate
)

Public function

void

 

SetW

(
    const FVec3& InW,
    bool bInvalidate
)

Public function

void

 

SetX

(
    const FVec3& InX,
    bool bInvalidate
)

Typedefs

Name

Description

Base