7#include "MockDataMeshTrackerComponent.generated.h"
17 None UMETA(DisplayName =
"No Vertex Color"),
19 Confidence
UMETA(DisplayName =
"Vertex Confidence"),
45 UFUNCTION(BlueprintCallable, Category =
"Mesh Reconstruction")
52 UFUNCTION(BlueprintCallable, Category =
"Mesh Reconstruction")
63 DECLARE_DYNAMIC_MULTICAST_DELEGATE_FiveParams(
FOnMockDataMeshTrackerUpdated,
int32,
Index,
const TArray<FVector>&, Vertices,
const TArray<int32>&, Triangles,
const TArray<FVector>&,
Normals,
const TArray<float>&, Confidence);
75 bool RequestNormals =
true;
82 bool RequestVertexConfidence =
false;
106 float UpdateInterval = 3.0f;
136 float LastUpdateTime = 0.0f;
137 float CurrentTime = 0.0f;
138 int32 UpdateCount = 0;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ELevelTick
Definition EngineBaseTypes.h:70
return true
Definition ExternalRpcRegistry.cpp:601
#define DEFINE_LOG_CATEGORY_STATIC(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:380
EMeshTrackerVertexColorMode
Definition MockDataMeshTrackerComponent.h:15
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define UFUNCTION(...)
Definition ObjectMacros.h:745
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
#define UENUM(...)
Definition ObjectMacros.h:749
int BlockIndex
Definition binka_ue_decode_test.cpp:38
Definition MockDataMeshTrackerComponent.cpp:17
Definition MockDataMeshTrackerComponent.h:34
DECLARE_DYNAMIC_MULTICAST_DELEGATE_FiveParams(FOnMockDataMeshTrackerUpdated, int32, Index, const TArray< FVector > &, Vertices, const TArray< int32 > &, Triangles, const TArray< FVector > &, Normals, const TArray< float > &, Confidence)
Definition ExpressionParserTypes.h:21
@ false
Definition radaudio_common.h:23
U16 Index
Definition radfft.cpp:71
Definition EngineBaseTypes.h:571
Definition UnrealType.h:6865
Definition ObjectPtr.h:488