Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h |
| Include | #include "PhysicsEngine/ConstraintInstance.h" |
Syntax
struct FConstraintInstanceAccessor
Remarks
Wrapping type around instance pointer to be returned per value in Blueprints.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConstraintInstanceAccessor
(
const TWeakObjectPtr< UObject >& Owner, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FConstraintInstance * | Get () |
||
| void | Modify () |
Calls modify on the owner object to make sure the constraint is dirtied |