Skip to content
Snippets Groups Projects
Commit b4264350 authored by Timon Römer's avatar Timon Römer
Browse files

Improves readability

parent 03b72258
No related branches found
No related tags found
1 merge request!88Merges IntenSelect 5.3 into dev 5.3
File added
......@@ -24,7 +24,7 @@ public:
float CurrentScore = 0;
UPROPERTY(EditAnywhere)
bool IsSelectable = true;
bool bIsSelectable = true;
UPROPERTY(EditAnywhere)
float Stickiness = 10;
......
......@@ -12,7 +12,7 @@
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnNewComponent);
UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))
UCLASS(ClassGroup = (Custom), meta = (BlueprintSpawnableComponent), Blueprintable)
class RWTHVRTOOLKIT_API UIntenSelectComponent : public UWidgetInteractionComponent
{
GENERATED_BODY()
......@@ -170,7 +170,6 @@ private:
* \brief Initializes the material parameter collection used for visualization.
*/
void InitMaterialParamCollection();
#pragma endregion
#pragma region /** SCORING */
......@@ -346,12 +345,6 @@ protected:
*/
virtual void BeginPlay() override;
/**
* \brief Called every frame.
* \param DeltaTime The time since the last frame.
* \param TickType The type of tick.
* \param ThisTickFunction The tick function for this component.
*/
virtual void TickComponent(float DeltaTime, ELevelTick TickType,
FActorComponentTickFunction* ThisTickFunction) override;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment