Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine > API/Runtime/FieldSystemEngine/Field > API/Runtime/FieldSystemEngine/Field/UFieldSystemComponent
References
| Module | FieldSystemEngine |
| Header | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemComponent.h |
| Include | #include "Field/FieldSystemComponent.h" |
| Source | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Private/Field/FieldSystemComponent.cpp |
void ApplyPhysicsField
&40;
bool Enabled,
EFieldPhysicsType Target,
UFieldSystemMetaData &42; MetaData,
UFieldNodeBase &42; Field
&41;
Remarks
AddTransientField 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. |