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
8
9#include "TypedElementDataStoragePerformanceTestCommands.generated.h"
10
14USTRUCT(meta = (DisplayName = ""))
16{
18
19 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
21};
22
23USTRUCT(meta = (DisplayName = ""))
25{
27
28 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
30};
31
32USTRUCT(meta = (DisplayName = ""))
34{
36
37 UPROPERTY(meta = (IgnoreForMemberInitializationTest))
39};
40
47UCLASS()
49{
51
52public:
54
55 void RegisterTables(UE::Editor::DataStorage::ICoreProvider& DataStorage) override;
56 void RegisterQueries(UE::Editor::DataStorage::ICoreProvider& DataStorage) override;
57};
FPlatformTypes::uint64 uint64
A 64-bit unsigned integer.
Definition Platform.h:1117
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition TypedElementDataStorageInterface.h:65
Definition TypedElementDataStorageFactory.h:20
Definition TypedElementDataStoragePerformanceTestCommands.h:49
~UTest_PingPongBetweenPhaseFactory() override=default
Definition CommonTypes.h:14
Definition TypedElementDataStoragePerformanceTestCommands.h:25
Definition TypedElementDataStoragePerformanceTestCommands.h:34
Definition TypedElementDataStoragePerformanceTestCommands.h:16