#include <TargetingMarkerWidget.h>
◆ HideMarker()
| void UTargetingMarkerWidget::HideMarker |
( |
| ) |
|
|
overridevirtual |
◆ NativeConstruct()
| void UTargetingMarkerWidget::NativeConstruct |
( |
| ) |
|
|
overrideprotectedvirtual |
10{
11 Super::NativeConstruct();
13}
◆ NativeTick()
| void UTargetingMarkerWidget::NativeTick |
( |
const FGeometry & |
MyGeometry, |
|
|
float |
InDeltaTime |
|
) |
| |
|
overrideprotectedvirtual |
17{
18 Super::NativeTick(MyGeometry, InDeltaTime);
19
21 {
22 return;
23 }
24
25 const UWorld* World = GetWorld();
26 check(World);
27
29 const float PingPongAlpha = (1.0f + FMath::Cos(Phase * UE_TWO_PI)) * 0.5f;
30
32}
◆ SetMarkerAlpha()
| void UTargetingMarkerWidget::SetMarkerAlpha |
( |
float |
MarkerAlpha | ) |
|
|
overridevirtual |
◆ ShowMarker()
| void UTargetingMarkerWidget::ShowMarker |
( |
| ) |
|
|
overridevirtual |
◆ bEnabledMarkerPingPong
| bool UTargetingMarkerWidget::bEnabledMarkerPingPong = false |
|
protected |
◆ MarkerPingPongDuration
| float UTargetingMarkerWidget::MarkerPingPongDuration = 2.0f |
|
protected |
◆ MarkerPingPongRange
| float UTargetingMarkerWidget::MarkerPingPongRange = 100.0f |
|
protected |
◆ TargetedMarker
| TObjectPtr<UImage> UTargetingMarkerWidget::TargetedMarker |
|
protected |
이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: