Navigation
API > API/Runtime > API/Runtime/ChaosSolverEngine > API/Runtime/ChaosSolverEngine/FChaosVDRemoteSessionsManager
Description
Iterates through all active and valid cvd sessions, and executes the provided callback to it. if the callbacks returns false, the iteration will stop
| Name | EnumerateActiveSessions |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosVDRemoteSessionsManager.h |
| Include Path | #include "Chaos/ChaosVDRemoteSessionsManager.h" |
template<typename CallbackType>
void EnumerateActiveSessions
(
const CallbackType & Callback
)