Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/TCameraDebugGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FGraphEntry& InEntry |
Debug/CameraDebugGraph.h | ||
void Add
(
float InDeltaTime, |
Adds a new entry to the graph, timestamped relative to the last added entry. | Debug/CameraDebugGraph.h |
Add(const FGraphEntry &)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraDebugGraph.h |
| Include Path | #include "Debug/CameraDebugGraph.h" |
void Add
(
const FGraphEntry & InEntry
)
Add(float, InValueTypes...)
Description
Adds a new entry to the graph, timestamped relative to the last added entry.
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Debug/CameraDebugGraph.h |
| Include Path | #include "Debug/CameraDebugGraph.h" |
template<typename... InValueTypes>
void Add
(
float InDeltaTime,
InValueTypes... InValues
)
Parameters
| Name | Remarks |
|---|---|
| InDeltaTime | The delta-time elapsed since the last entry was added. |
| InValues | The values for the new entry. |