UMeshPaintSelectionMechanic

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshPaintingToolset

Header

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintInteractions.h

Include

#include "MeshPaintInteractions.h"

Syntax

UCLASS()
class UMeshPaintSelectionMechanic : public UInteractionMechanic

Variables

Name Description

Protected variable

bool

 

bAddToSelectionSet

Protected variable UProperty Transient

TArray< TObject...

 

CachedClickedActors

Protected variable UProperty Transient

TArray< TObject...

 

CachedClickedComponents

Functions

Name Description

Protected function

bool

 

FindClickedComponentsAndCacheAdapters

(
    const FInputDeviceRay& ClickPos
)

Public function

FInputRayHit

 

IsHitByClick

(
    const FInputDeviceRay& ClickPos,
    bool bIsFallbackClick
)

Public function

void

 

OnClicked

(
    const FInputDeviceRay& ClickPos
)

Public function

void

 

SetAddToSelectionSet

(
    const bool bInNewSelectionType
)