Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine > API/Runtime/GeometryCollectionEngine/GeometryCollection > API/Runtime/GeometryCollectionEngine/GeometryCollection/UGeometryCollect-_1
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionComponent.h |
| Include | #include "GeometryCollection/GeometryCollectionComponent.h" |
| Source | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Field", DisplayName="Add Physics Field")
void ApplyPhysicsField
(
UPARAM="Enable Field") bool Enabled,
UPARAM="Physics Type") EGeometryCollectionPhysicsTypeEnum Target,
UPARAM="Meta Data") UFieldSystemMetaData * MetaData,
UPARAM="Field Node") UFieldNodeBase * Field
)
Remarks
AddPhysicsField This function will dispatch a command to the physics thread to apply a generic evaluation of a user defined transient field network. See documentation, for examples of how to recreate variations of the above generic fields using field networks
Parameters
| Name | Description |
|---|---|
| Enabled | Is this force enabled for evaluation. |
| Target | Type of field supported by the solver. |
| MetaData | Meta data used to assist in evaluation |
| Field | Base evaluation node for the field network. |