ISimCallbackObject::FreeInputData_Internal

Free the input data.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Chaos

Header

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

Include

#include "Chaos/SimCallbackObject.h"

Syntax

void FreeInputData_Internal
(
    FSimCallbackInput * Input
)

Remarks

Free the input data.

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.

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