IFrameProvider::GetFrame

Gets the frame at the specified index, for the specified frame type.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IFrameProvider

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Frames.h
Include #include "TraceServices/Model/Frames.h"
const [FFrame](API\Developer\TraceServices\TraceServices\Model\FFrame) * GetFrame
(
    ETraceFrameType FrameType,
    uint64 Index
) const

Remarks

Gets the frame at the specified index, for the specified frame type. a const pointer to the frame or nullptr if index is invalid

Parameters

Name Description
FrameType type of frames
Index frame index

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library