Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FConstraintViolatedDelegateWrapper |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/Physics/Experimental/PhysScene_Chaos.h |
| Include Path |
#include "Physics/Experimental/PhysScene_Chaos.h" |
Syntax
struct FConstraintViolatedDelegateWrapper
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ConstraintIndex |
int32 |
|
Physics/Experimental/PhysScene_Chaos.h |
|
| OnConstraintViolatedDelegate |
FOnConstraintViolated |
|
Physics/Experimental/PhysScene_Chaos.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void DispatchOnViolated
(
float LinearViolation,
float AngularViolation
)
|
|
Physics/Experimental/PhysScene_Chaos.h |
|