Skip to content

Instantly share code, notes, and snippets.

@huckl3b3rry87
Created June 10, 2020 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huckl3b3rry87/9c69682019e287d532eadd4c56d018ac to your computer and use it in GitHub Desktop.
Save huckl3b3rry87/9c69682019e287d532eadd4c56d018ac to your computer and use it in GitHub Desktop.
#pragma once
#include "NVSceneCapturerModule.h"
#include "Components/ActorComponent.h"
#include "Components/StaticMeshComponent.h"
#include "IImageWrapper.h"
#include "Runtime/Core/Public/Misc/FileHelper.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "Serialization/JsonSerializerMacros.h"
#include "Serialization/JsonTypes.h"
#include "Paths.h"
#include "SharedPointer.h"
#include "Engine/TextureRenderTarget2D.h"
#include "JsonObjectConverter.h"
#include "Json.h"
#include "NVCameraSettings.h"
#include "NVSceneCapturerUtils.generated.h"
USTRUCT(BlueprintType)
struct NVSCENECAPTURER_API FCapturedObjectData
{
GENERATED_BODY()
public: // Properties
UPROPERTY(BlueprintReadWrite)
float NV_tactile_data;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment