FSimCallbackCommandObject

Simple callback command object.

Windows
MacOS
Linux

Inheritance Hierarchy

ISimCallbackObject

FSimCallbackCommandObject

References

Module

Chaos

Header

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

Include

#include "Chaos/SimCallbackObject.h"

Syntax

class FSimCallbackCommandObject : public Chaos::ISimCallbackObject

Remarks

Simple callback command object. Commands are typically passed in as lambdas and there's no need for data management. Should not be used directly, see FPhysicsSolverBase::EnqueueCommand

Constructors

Name Description

Public function

FSimCallbackCommandObject

(
    TUniqueFunction< void()>&& InFunc
)

Overridden from ISimCallbackObject

Name Description

Public function Virtual

void

 

FreeOutputData_External

(
    FSimCallbackOutput* Output
)

Free the output data.

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