Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Imports collision from a physics asset and assigns it as colliders in the dynamics system.
| Name | FRigUnit_HierarchyImportDynamicsCollidersFromPhysicsAsset1 |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsExecutionHelpers.h |
| Include Path | #include "RigDynamicsExecutionHelpers.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Import Dynamics Colliders From Physics Asset", Keywords="Construction,Create,New", Varying))
struct FRigUnit_HierarchyImportDynamicsCollidersFromPhysicsAsset1 : public FRigUnit_DynamicsBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_DynamicsBaseMutable → FRigUnit_HierarchyImportDynamicsCollidersFromPhysicsAsset1
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExcludeElementsWithParticles | bool | If true, then elements that have particles associated with our solver will be excluded from having colliders made. | RigDynamicsExecutionHelpers.h |
|
| ColliderComponentName | FName | The name to give each collider component created by this node. | RigDynamicsExecutionHelpers.h |
|
| DynamicsColliderComponentKeys | TArray< FRigComponentKey > | The dynamics collider component keys that were created. | RigDynamicsExecutionHelpers.h |
|
| DynamicsSolverComponentKey | FRigComponentKey | Solver to add the colliders to. | RigDynamicsExecutionHelpers.h |
|
| ElementExcludeMask | TArray< FRigElementKey > | If this is empty, then no bodies will be excluded. | RigDynamicsExecutionHelpers.h |
|
| ElementIncludeMask | TArray< FRigElementKey > | If this is empty, then all bones with bodies in the physics asset will be created. | RigDynamicsExecutionHelpers.h |
|
| PhysicsAsset | TObjectPtr< UPhysicsAsset > | The physics asset to import colliders from. | RigDynamicsExecutionHelpers.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigDynamicsExecutionHelpers.h |