| 10 | #include UE_INLINE_GENERATED_CPP_BY_NAME(AlsCharacterExample) |
| 11 | |
| 12 | AAlsCharacterExample::AAlsCharacterExample() |
| 13 | { |
| 14 | Camera = CreateDefaultSubobject<UAlsCameraComponent>(FName{TEXTVIEW("Camera")}); |
| 15 | Camera->SetupAttachment(GetMesh()); |
| 16 | Camera->SetRelativeRotation_Direct({0.0f, 90.0f, 0.0f}); |
| 17 | } |
| 18 | |
| 19 | void AAlsCharacterExample::NotifyControllerChanged() |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected