UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWindowsPlatformProcess::FProcEnumerator Class Reference

#include <WindowsPlatformProcess.h>

Public Member Functions

CORE_API FProcEnumerator ()
 
 FProcEnumerator (const FProcEnumerator &)=delete
 
FProcEnumeratoroperator= (const FProcEnumerator &)=delete
 
CORE_API ~FProcEnumerator ()
 
CORE_API FProcEnumInfo GetCurrent () const
 
CORE_API bool MoveNext ()
 

Detailed Description

Process enumerator.

Constructor & Destructor Documentation

◆ FProcEnumerator() [1/2]

FWindowsPlatformProcess::FProcEnumerator::FProcEnumerator ( )

◆ FProcEnumerator() [2/2]

FWindowsPlatformProcess::FProcEnumerator::FProcEnumerator ( const FProcEnumerator )
delete

◆ ~FProcEnumerator()

FWindowsPlatformProcess::FProcEnumerator::~FProcEnumerator ( )

Member Function Documentation

◆ GetCurrent()

FWindowsPlatformProcess::FProcEnumInfo FWindowsPlatformProcess::FProcEnumerator::GetCurrent ( ) const

◆ MoveNext()

bool FWindowsPlatformProcess::FProcEnumerator::MoveNext ( )

Moves current to the next process.

Returns
True if succeeded. False otherwise.

◆ operator=()

FProcEnumerator & FWindowsPlatformProcess::FProcEnumerator::operator= ( const FProcEnumerator )
delete

The documentation for this class was generated from the following files: