RealSenseTestActor.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "CoreMinimal.h"
4 #include "GameFramework/Actor.h"
5 #include "RealSenseTestActor.generated.h"
6 
7 UCLASS(ClassGroup="RealSense", BlueprintType)
8 class REALSENSEUE_API ARealSenseTestActor : public AActor
9 {
10  GENERATED_BODY()
11 
12 public:
14 
15 protected:
16  virtual void BeginPlay() override;
17 
18 public:
19  virtual void Tick(float DeltaTime) override;
20 };


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:39