FGenericPlatformStackWalk::InitStackWalkingForProcess

Like InitStackWalking but initializes stack walking for another process.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformStackWalk.h"

Syntax

static bool InitStackWalkingForProcess
(
    const FProcHandle & Process
)

Remarks

Like InitStackWalking but initializes stack walking for another process.

Returns

True if successful, false otherwise.

Parameters

Parameter

Description

Process

Process that is going to be queried

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