Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Modules > API/Runtime/Core/Modules/FVisualizerDebuggingState
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Modules/VisualizerDebuggingState.h |
| Include | #include "Modules/VisualizerDebuggingState.h" |
| Source | /Engine/Source/Runtime/Core/Private/Modules/VisualizerDebuggingState.cpp |
static EVisualizerDebuggingStateResult Assign
(
const FGuid & UniqueId,
void * DebugPtr
)
Remarks
Assign a globally accessible debugging state ptr by name, potentially overwriting a previously assigned ptr EVisualizerDebuggingStateResult::Success if the operation completed successfully, otherwise an error code
Parameters
| Name | Description |
|---|---|
| UniqueId | A guid that uniquely identifies this debug ptr. This should be the same as is used to access the ptr inside a natvis file. |
| DebugPtr | The pointer that needs to be accessible from natvis |