// FVector > FRotator
FRotator::MakeFromEuler(FVector);
FVector 변수.Rotation();
// FRotator > FVector
FRotator 변수.Vector();
'게임엔진 > Unreal' 카테고리의 다른 글
[Unreal] 화면 정중앙 조준선 위치 기반 레이캐스트 (0) | 2022.08.01 |
---|---|
[Unreal] 문자열 변환 - FName, FText, FString (0) | 2022.07.31 |
[Unreal] C++ 버전 변경(C++ 20기능 사용) 방법과 모듈 (1) | 2022.07.24 |
[Unreal] 마우스 방향을 따라가는 총기 애니메이션 (Aim Offset) (0) | 2022.07.21 |
[Unreal] RootComponent 루트 컴포넌트 (0) | 2022.07.17 |