Instant3DHubSettings.h Source File
instant3Dhub
|
Instant3DHubSettings.h
Go to the documentation of this file.
19UCLASS(config = Engine, defaultconfig, MinimalAPI, meta = (DisplayName = " instant3Dhub Settings"))
61 INSTANT3DHUB_DEPRECATED(1.0.0, "DrawingCollisionChannel is deprecated. Setup Drawing Collision Response using the DrawingCollisionProfile instead.")
63 UPROPERTY(Category = "Drawings", EditAnywhere, Config, BlueprintReadOnly, meta=(DeprecatedProperty, DeprecationMessage="DrawingCollisionChannel is deprecated. Setup Drawing Collision Response using the DrawingCollisionProfile instead."))
64 TEnumAsByte<ECollisionChannel> DrawingCollisionChannel{ECollisionChannel::ECC_GameTraceChannel18};
Project Settings for the Instant3DHub Unreal Plugin.
Definition Instant3DHubSettings.h:21
static const UInstant3DHubSettings * Get()
Gets the instant3Dhub Unreal Plugin Settings.
Definition Instant3DHubSettings.h:29
static const UInstant3DHubSettings & GetChecked()
Gets the instant3Dhub Unreal Plugin Settings.
Definition Instant3DHubSettings.h:38
#define INSTANT3DHUB_DEPRECATED(Version, Message)
Macro for marking up deprecated code, functions and types.
Definition I3DHVersion.h:168
Generated by