MCPcopy Create free account
hub / github.com/Sixze/ALS-Refactored / AAlsCharacterExample

Method AAlsCharacterExample

Source/ALSExtras/Private/AlsCharacterExample.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include UE_INLINE_GENERATED_CPP_BY_NAME(AlsCharacterExample)
11
12AAlsCharacterExample::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
19void AAlsCharacterExample::NotifyControllerChanged()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected