IPhysicsProxyBase

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxyBase.h

Include

#include "Chaos/Framework/PhysicsProxyBase.h"

Syntax

class IPhysicsProxyBase

Variables

Name Description

Protected variable

Chaos::FPhysics...

 

Solver

The solver that owns the solver object

Protected variable

EPhysicsProxyTy...

 

Type

Proxy type

Constructors

Name Description

Public function

IPhysicsProxyBase

(
    EPhysicsProxyType InType
)

Destructors

Name Description

Protected function Virtual

~IPhysicsProxyBase()

Ensures that derived classes can successfully call this destructor but no one can delete using a IPhysicsProxyBase*

Functions

Name Description

Public function Virtual Const

void *

 

GetHandleUnsafe()

Todo: remove this

Public function Const

UObject *...

 

GetOwner()

Public function Const

SOLVER_TYPE ...

 

GetSolver()

Public function

EPhysicsProx...

 

GetType()

Public function

void

 

SetSolver

(
    SOLVER_TYPE* InSolver
)

Should this be in the public API? probably not.

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