UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnimNotifyState_DisableRootMotion.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
5#include "AnimNotifyState_DisableRootMotion.generated.h"
6
7UCLASS(editinlinenew, const, hidecategories = Object, collapsecategories, MinimalAPI, meta = (DisplayName = "Disable Root Motion"))
9{
11
12public:
13 virtual void BranchingPointNotifyBegin(FBranchingPointNotifyPayload& BranchingPointPayload) override;
14 virtual void BranchingPointNotifyEnd(FBranchingPointNotifyPayload& BranchingPointPayload) override;
15
16#if WITH_EDITOR
17 virtual bool CanBePlaced(UAnimSequenceBase* Animation) const override;
18#endif
19
20protected:
21
22};
const FBranchingPointNotifyPayload BranchingPointPayload
Definition AnimInstance.h:121
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition AnimNotifyState_DisableRootMotion.h:9
Definition AnimNotifyState.h:25
Definition AnimSequenceBase.h:37
Definition AnimNotify.h:24