TSimCallbackObject::FreeOutputData_External

Free the output data.

Windows
MacOS
Linux

Override Hierarchy

ISimCallbackObject::FreeOutputData_External()

TSimCallbackObject::FreeOutputData_External()

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SimCallbackObject.h

Include

#include "Chaos/SimCallbackObject.h"

Syntax

virtual void FreeOutputData_External
(
    FSimCallbackOutput * Output
)

Remarks

Free the output data.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss