UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VisualLoggerDebugSnapshotInterface.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
#include "
UObject/ObjectMacros.h
"
7
#include "
UObject/Interface.h
"
8
#include "VisualLoggerDebugSnapshotInterface.generated.h"
9
10
UINTERFACE
(MinimalAPI, meta = (CannotImplementInterfaceInBlueprint))
11
class
UVisualLoggerDebugSnapshotInterface
:
public
UInterface
12
{
13
GENERATED_UINTERFACE_BODY
()
14
};
15
16
class
IVisualLoggerDebugSnapshotInterface
17
{
18
GENERATED_IINTERFACE_BODY
()
19
public
:
20
virtual
void
GrabDebugSnapshot
(
struct
FVisualLogEntry
*
Snapshot
)
const
{}
21
};
22
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Interface.h
ObjectMacros.h
UINTERFACE
#define UINTERFACE(...)
Definition
ObjectMacros.h:780
GENERATED_IINTERFACE_BODY
#define GENERATED_IINTERFACE_BODY(...)
Definition
ObjectMacros.h:770
GENERATED_UINTERFACE_BODY
#define GENERATED_UINTERFACE_BODY(...)
Definition
ObjectMacros.h:769
ETransactionObjectEventType::Snapshot
@ Snapshot
IVisualLoggerDebugSnapshotInterface
Definition
VisualLoggerDebugSnapshotInterface.h:17
IVisualLoggerDebugSnapshotInterface::GrabDebugSnapshot
virtual void GrabDebugSnapshot(struct FVisualLogEntry *Snapshot) const
Definition
VisualLoggerDebugSnapshotInterface.h:20
UInterface
Definition
Interface.h:19
UVisualLoggerDebugSnapshotInterface
Definition
VisualLoggerDebugSnapshotInterface.h:12
FVisualLogEntry
Definition
VisualLoggerTypes.h:205
Engine
Source
Runtime
Engine
Public
VisualLogger
VisualLoggerDebugSnapshotInterface.h
Generated by
1.9.8