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