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