Navigation
API > API/Editor > API/Editor/CurveEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString UE::CurveEditor::DumpSnapshotPerfData
(
const TCurvesSnapshotPerfInfo< T > InData, |
Converts the specified info into a string. | Modification/Keys/SnapshotPerfDebugUtils.h | |
FString UE::CurveEditor::DumpSnapshotPerfData
(
const TMap< T, FCurveDiffingData >& InMap, |
Modification/Keys/SnapshotPerfDebugUtils.h | ||
FString UE::CurveEditor::DumpSnapshotPerfData
(
const FCurvesSnapshot& InSnapshot, |
Modification/Keys/SnapshotPerfDebugUtils.h |
UE::CurveEditor::DumpSnapshotPerfData(const TCurvesSnapshotPerfInfo< T >, ECurvesSnapshotPerfFlags)
Description
Converts the specified info into a string.
| Name | UE::CurveEditor::DumpSnapshotPerfData |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/SnapshotPerfDebugUtils.h |
| Include Path | #include "Modification/Keys/SnapshotPerfDebugUtils.h" |
namespace UE
{
namespace CurveEditor
{
template<typename T>
FString UE::CurveEditor::DumpSnapshotPerfData
(
const TCurvesSnapshotPerfInfo < T > InData,
ECurvesSnapshotPerfFlags InFlags
)
}
}
UE::CurveEditor::DumpSnapshotPerfData(const TMap< T, FCurveDiffingData > &, ECurvesSnapshotPerfFlags)
| Name | UE::CurveEditor::DumpSnapshotPerfData |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/SnapshotPerfDebugUtils.h |
| Include Path | #include "Modification/Keys/SnapshotPerfDebugUtils.h" |
namespace UE
{
namespace CurveEditor
{
template<typename T>
FString UE::CurveEditor::DumpSnapshotPerfData
(
const TMap < T, FCurveDiffingData > & InMap,
ECurvesSnapshotPerfFlags InFlags
)
}
}
UE::CurveEditor::DumpSnapshotPerfData(const FCurvesSnapshot &, ECurvesSnapshotPerfFlags)
| Name | UE::CurveEditor::DumpSnapshotPerfData |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/Keys/SnapshotPerfDebugUtils.h |
| Include Path | #include "Modification/Keys/SnapshotPerfDebugUtils.h" |
namespace UE
{
namespace CurveEditor
{
FString UE::CurveEditor::DumpSnapshotPerfData
(
const FCurvesSnapshot & InSnapshot,
ECurvesSnapshotPerfFlags InFlags
)
}
}