#include <KnobLogic.h>
◆ UKnobLogic()
| UKnobLogic::UKnobLogic |
( |
| ) |
|
◆ GetCurrentKnobRotation()
| BlueprintPure float UKnobLogic::GetCurrentKnobRotation |
( |
| ) |
const |
|
inline |
◆ GetKnobInput()
| float UKnobLogic::GetKnobInput |
( |
const bool | bMapTo360 | ) |
const |
◆ Initialize_Implementation()
| void UKnobLogic::Initialize_Implementation |
( |
| ) |
|
|
overridevirtual |
◆ OnMove_Implementation()
| void UKnobLogic::OnMove_Implementation |
( |
const FGeometry & | ComponentGeometry, |
|
|
const FPointerEvent & | PointerEvent ) |
|
overridevirtual |
◆ OnPress_Implementation()
| void UKnobLogic::OnPress_Implementation |
( |
const FGeometry & | ComponentGeometry, |
|
|
const FPointerEvent & | PointerEvent ) |
|
overridevirtual |
◆ OnRelease_Implementation()
| void UKnobLogic::OnRelease_Implementation |
( |
const FGeometry & | ComponentGeometry, |
|
|
const FPointerEvent & | PointerEvent ) |
|
overridevirtual |
◆ SetInputAction_Implementation()
| void UKnobLogic::SetInputAction_Implementation |
( |
UInputAction * | NewInputAction | ) |
|
|
overridevirtual |
◆ BlueprintCallable
| UKnobLogic::BlueprintCallable |
◆ BlueprintReadOnly
| UKnobLogic::BlueprintReadOnly |
◆ bSendInputOnPress
◆ bSnapOnPress
◆ Category
| UKnobLogic::Category ="Knob" |
Name of the decorative layer used by the button. This layer is rotated and is used to indicate the current rotation value.
If enabled, calculate input value on press Warning! If you are using delta instead of absolute value, the delta can be huge!
Set minimum delta (offset from previous rotation) to trigger input Keep it to 0.0f to disable this feature
Define the location of each switch Be careful with gap between each switch The value must be between 0 and 360 degree.
Automatically add a texture or material to the decorator, which will be used to represent the orientation of the knob Experimental, use with caution, can cause crash (editor and runtime)
◆ EditAnywhere
◆ InputAction
◆ KnobLayerRef
Automatically add a texture or material to the decorator, which will be used to represent the orientation of the knob Experimental, use with caution, can cause crash (editor and runtime)
◆ meta
Initial value:=(GetOptions="GetAllDecoratorNames"))
FName KnobLayer
◆ Mode
The documentation for this class was generated from the following files:
- D:/MEGA/TouchProject/TouchProjectNext/Plugins/TouchInterfaceDesigner/Source/TouchInterface/Public/Logics/KnobLogic.h
- D:/MEGA/TouchProject/TouchProjectNext/Plugins/TouchInterfaceDesigner/Source/TouchInterface/Private/Logics/KnobLogic.cpp