KLingo Project Documentation
1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
EPageScrollDirection.h
이 파일의 문서화 페이지로 가기
1
// Copyright (c) 2025 Doppleddiggong. All rights reserved. Unauthorized copying, modification, or distribution of this file, via any medium is strictly prohibited. Proprietary and confidential.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "EPageScrollDirection.generated.h"
7
9
UENUM(BlueprintType)
10
enum class
EPageScrollDirection
: uint8
11
{
13
Horizontal
UMETA
(DisplayName =
"Horizontal"
),
14
16
Vertical
UMETA
(DisplayName =
"Vertical"
)
17
};
EPageScrollDirection
EPageScrollDirection
페이지 스크롤 방향을 정의하는 열거형
Definition
EPageScrollDirection.h:11
EPageScrollDirection::UMETA
@ UMETA
수평 스크롤 (좌우)
Source
Onepiece
WidgetComponents
Public
EPageScrollDirection.h
생성시간 : 금 1월 9 2026 00:25:57, 프로젝트명 : KLingo Project Documentation, 생성자 :
1.9.8