FChaosSolversModule::GetDedicatedTask

Gets the inner physics thread task if it has been spawned.

Windows
MacOS
Linux

References

Module

ChaosSolvers

Header

/Engine/Source/Runtime/Experimental/ChaosSolvers/Public/ChaosSolversModule.h

Include

#include "ChaosSolversModule.h"

Source

/Engine/Source/Runtime/Experimental/ChaosSolvers/Private/ChaosSolversModule.cpp

Syntax

Chaos::FPersistentPhysicsTask * GetDedicatedTask() const

Remarks

Gets the inner physics thread task if it has been spawned. Care must be taken when using methods and members that the calling context can safely access those fields as the task will be running on its own thread.

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