Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/ISimCallbackObject
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.
Derived Overrides
| Name | FreeInputData_Internal |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SimCallbackObject.h |
| Include Path | #include "Chaos/SimCallbackObject.h" |
void FreeInputData_Internal
(
FSimCallbackInput * Input
)