Skip to content

Commit

Permalink
these should be virtual still
Browse files Browse the repository at this point in the history
  • Loading branch information
mordentral committed Mar 23, 2024
1 parent 0913f3c commit 12b8a44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class VREXPANSIONPLUGIN_API UVRRootComponent : public UCapsuleComponent, public


public:
void BeginPlay() override;
virtual void BeginPlay() override;
virtual void InitializeComponent() override;

bool IsLocallyControlled() const;
Expand Down Expand Up @@ -200,7 +200,7 @@ class VREXPANSIONPLUGIN_API UVRRootComponent : public UCapsuleComponent, public
bool bHadRelativeMovement;

FPrimitiveSceneProxy* CreateSceneProxy() override;
void TickComponent(float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) override;
virtual void TickComponent(float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) override;

virtual void UpdatePhysicsVolume(bool bTriggerNotifiers) override;

Expand Down

0 comments on commit 12b8a44

Please sign in to comment.