FMjDirectStepCommand¶
Heap-allocated wrapper passed by raw pointer through the SPSC queue
TMap
| Attribute | Value |
|---|---|
| Kind | Struct |
Properties¶
Public Properties¶
| Property | Type | Description |
|---|---|---|
Request |
FMjStepRequest | |
bDone |
bool |
Set true by the handler when mj_step has completed. |
Observations |
TSharedPtr<FJsonObject> |
Observations captured under the engine's CallbackMutex. |
Entities |
TSharedPtr<FJsonObject> |
|
ResultTime |
double |
|
ResultStep |
int64 |
|
Completion |
FEvent* |
Physics thread signals this when the step has completed. |
Request¶
- Type: FMjStepRequest
Entities¶
- Type: TSharedPtr
ResultTime¶
- Type: double
ResultStep¶
- Type: int64