UZmqControlSubscriber¶
| Attribute | Value |
|---|---|
| Kind | Class |
| UE Macro | UCLASS |
| Inherits | UMjZmqComponent |
| Blueprint Spawnable | ✅ Yes |
Properties¶
Public Properties¶
| Property | Type | Description |
|---|---|---|
ControlEndpoint |
FString |
|
InfoEndpoint |
FString |
ControlEndpoint¶
- Type: FString
- Editor: ✏️ EditAnywhere
- Blueprint: 🔵 ReadWrite
- Category: ZMQ
InfoEndpoint¶
- Type: FString
- Editor: ✏️ EditAnywhere
- Blueprint: 🔵 ReadWrite
- Category: ZMQ
Functions¶
Public Functions¶
General¶
| Function | Returns | Description |
|---|---|---|
UMjZmqComponent() |
Default constructor. | |
InitZmq() |
void | Called to initialize ZMQ sockets/contexts. Runs on Async thread. |
ShutdownZmq() |
void | Called to shutdown ZMQ resources. Runs on Async thread. |
PreStep() |
void | Executed before mj_step(). |
PostStep() |
void | Executed after mj_step(). |