Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FSimCallbackCommandObject
Description
Allocate the input data. A common pattern is to use a single producer single consumer thread safe queue to manage this Note that allocation is done on the external thread, and freeing is done on the internal one
Virtual Inheritance
- ISimCallbackObject::AllocateInputData_External → FSimCallbackCommandObject::AllocateInputData_External
| Name | AllocateInputData_External |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SimCallbackObject.h |
| Include Path | #include "Chaos/SimCallbackObject.h" |
virtual FSimCallbackInput * AllocateInputData_External()