UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementDataStoragePerformanceTestCommands.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
DataStorage/CommonTypes.h
"
6
#include "
Elements/Interfaces/TypedElementDataStorageFactory.h
"
7
#include "
Modules/ModuleManager.h
"
8
9
#include "TypedElementDataStoragePerformanceTestCommands.generated.h"
10
14
USTRUCT
(meta = (DisplayName =
""
))
15
struct
FTest_PingPongPrePhys
final :
public
FEditorDataStorageColumn
16
{
17
GENERATED_BODY
()
18
19
UPROPERTY
(meta = (IgnoreForMemberInitializationTest))
20
uint64
Value
;
21
};
22
23
USTRUCT
(meta = (DisplayName = ""))
24
struct
FTest_PingPongDurPhys
final :
public
FEditorDataStorageColumn
25
{
26
GENERATED_BODY
()
27
28
UPROPERTY
(meta = (IgnoreForMemberInitializationTest))
29
uint64
Value
;
30
};
31
32
USTRUCT
(meta = (DisplayName = ""))
33
struct
FTest_PingPongPostPhys
final :
public
FEditorDataStorageColumn
34
{
35
GENERATED_BODY
()
36
37
UPROPERTY
(meta = (IgnoreForMemberInitializationTest))
38
uint64
Value
;
39
};
40
47
UCLASS
()
48
class
UTest_PingPongBetweenPhaseFactory
:
public
UEditorDataStorageFactory
49
{
50
GENERATED_BODY
()
51
52
public
:
53
~UTest_PingPongBetweenPhaseFactory
()
override
=
default
;
54
55
void
RegisterTables(
UE::Editor::DataStorage::ICoreProvider
& DataStorage)
override
;
56
void
RegisterQueries(
UE::Editor::DataStorage::ICoreProvider
& DataStorage)
override
;
57
};
CommonTypes.h
uint64
FPlatformTypes::uint64 uint64
A 64-bit unsigned integer.
Definition
Platform.h:1117
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
ModuleManager.h
UPROPERTY
#define UPROPERTY(...)
UObject definition macros.
Definition
ObjectMacros.h:744
GENERATED_BODY
#define GENERATED_BODY(...)
Definition
ObjectMacros.h:765
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
USTRUCT
#define USTRUCT(...)
Definition
ObjectMacros.h:746
EColorPickerChannels::Value
@ Value
TypedElementDataStorageFactory.h
UE::Editor::DataStorage::ICoreProvider
Definition
TypedElementDataStorageInterface.h:65
UEditorDataStorageFactory
Definition
TypedElementDataStorageFactory.h:20
UTest_PingPongBetweenPhaseFactory
Definition
TypedElementDataStoragePerformanceTestCommands.h:49
UTest_PingPongBetweenPhaseFactory::~UTest_PingPongBetweenPhaseFactory
~UTest_PingPongBetweenPhaseFactory() override=default
FEditorDataStorageColumn
Definition
CommonTypes.h:14
FTest_PingPongDurPhys
Definition
TypedElementDataStoragePerformanceTestCommands.h:25
FTest_PingPongPostPhys
Definition
TypedElementDataStoragePerformanceTestCommands.h:34
FTest_PingPongPrePhys
Definition
TypedElementDataStoragePerformanceTestCommands.h:16
Engine
Source
Runtime
TypedElementFramework
Tests
Elements
Framework
TypedElementDataStoragePerformanceTestCommands.h
Generated by
1.9.8