SWidget::SetDebugInfo

Used by Slate to set the runtime debug info about this widget.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp

Syntax

void SetDebugInfo
(
    const ANSICHAR * InType,
    const ANSICHAR * InFile,
    int32 OnLine,
    size_t InAllocSize
)

Remarks

Used by Slate to set the runtime debug info about this widget.

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