FGenericPlatformStackWalk::GetProcessModuleSignatures

Gets the signature for every module loaded by the currently running process.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h

Include

#include "GenericPlatform/GenericPlatformStackWalk.h"

Syntax

static int32 GetProcessModuleSignatures
(
    FStackWalkModuleInfo * ModuleSignatures,
    const int32 ModuleSignaturesSize
)

Remarks

Gets the signature for every module loaded by the currently running process.

Returns

The number of modules copied into ModuleSignatures

Parameters

Parameter

Description

ModuleSignatures

An array to retrieve the module signatures.

ModuleSignaturesSize

The size of the array pointed to by ModuleSignatures.

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