FConstraintHandle

Base class for constraint handles.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ConstraintHandle.h

Include

#include "Chaos/ConstraintHandle.h"

Syntax

class FConstraintHandle

Remarks

Base class for constraint handles.

Variables

Name Description

Protected variable

int32

 

ConstraintIndex

Protected variable

EType

 

Type

Constructors

Name Description

Public function

FConstraintHandle()

Public function

FConstraintHandle

(
    EType InType,
    int32 InConstraintIndex
)

Destructors

Name Description

Public function Virtual

~FConstraintHandle()

Functions

Name Description

Public function

T *

 

As()

Public function Const

const T *...

 

As()

Public function Const

int32

 

GetConstraintIndex()

Public function Const

bool

 

IsEnabled()

Public function Const

bool

 

IsValid()

Public function

void

 

SetEnabled

(
    bool InEnabled
)

Enums

Name

Description

Public enum

EType

Typedefs

Name

Description

FGeometryParticleHandle

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