Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save huckl3b3rry87/85ed0a0cd9f68e229d5078e2828fe986 to your computer and use it in GitHub Desktop.
Save huckl3b3rry87/85ed0a0cd9f68e229d5078e2828fe986 to your computer and use it in GitHub Desktop.
define
#pragma once
#include "NVSceneCapturerUtils.generated.h"
USTRUCT(BlueprintType)
struct FCapturedObjectData
{
GENERATED_USTRUCT_BODY()
public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
float NV_tactile_data;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment