Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 리디렉션 크래쉬
- ai jitter
- splinemeshcomponent scale
- ai 주춤거림
- deltaTime
- Random Map Generator
- 랜덤 맵 생성
- 13iew
- Unreal Engine 5
- LittleNightMare
- 리디렉터 크래쉬
- Ai
- unreal ai lag
- ue4 Crash
- UnrealEngine
- staticmesh mobility
- ai 뚝뚝 끊김
- Unreal Engine 4
- UE5
- redirector crash
- UE4
- Unreal Engine Error
- register component
- redirection crash
- unity
- ue4 error
- UE
- 언리얼
- unreal engine
- unreal engine redirection crash
Archives
- Today
- Total
목록splinemeshcomponent scale (1)
Class GameDev* SheepAdult

SplineMeshComponent의 크기를 직접적으로 설정하게 되면 StaticMesh가 의도한 위치에 생성되지 않는다. SetStartScale과 SetEndScale을 각각 설정해 줘야 의도한 대로 생성된다.잘못된 예)USplineMeshComponent* SplineMeshComp = NewObject(OwnerCharacter, USplineMeshComponent::StaticClass());SplineMeshComp->SetWorldScale3D(FVector(3));SplineMeshComp->RegisterComponent(); 옳은 예)USplineMeshComponent* SplineMeshComp = NewObject(OwnerCharacter, USplineMeshComponent..
Unreal Engine
2025. 1. 28. 03:26