FRootMotionSource_ConstantForce

ConstantForce applies a fixed force to the target

Windows
MacOS
Linux

Inheritance Hierarchy

FRootMotionSource

FRootMotionSource_ConstantForce

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h

Include

#include "GameFramework/RootMotionSource.h"

Syntax

struct FRootMotionSource_ConstantForce : public FRootMotionSource

Remarks

ConstantForce applies a fixed force to the target

Variables

Name Description

Public variable

FVector

 

Force

Public variable

UCurveFloat ...

 

StrengthOverTime

Constructors

Destructors

Overridden from FRootMotionSource

Name Description

Public function Virtual

void

 

AddReferencedObjects

(
    FReferenceCollector& Collector
)

Public function Virtual Const

FRootMotionS...

 

Clone()

Public function Virtual Const

UScriptStruc...

 

GetScriptStruct()

Public function Virtual Const

bool

 

Matches

(
    const FRootMotionSource* Other
)

For well-networked RootMotionSources, any given FRootMotionSource child class could implement their own unique ID and simply use that in the Matches check.

Public function Virtual Const

bool

 

MatchesAndHasSameState

(
    const FRootMotionSource* Other
)

Checks that it Matches() and has the same state (time, track position, etc.)

Public function Virtual

bool

 

NetSerialize

(
    FArchive& Ar,
    UPackageMap* Map,
    bool& bOutSuccess
)

Public function Virtual

void

 

PrepareRootMotion

(
    float SimulationTime,
    float MovementTickTime,
    const ACharacter& Character,
    const UCharacterMovementComponent&...
)

Generates the RootMotion for this Source, can be used for both "live" generation or for playback (client prediction correction, simulated proxies, etc.)

Public function Virtual Const

FString

 

ToSimpleString()

Public function Virtual

bool

 

UpdateStateFrom

(
    const FRootMotionSource* Sourc...,
    bool bMarkForSimulatedCatchup
)

Mainly for server correction purposes - update this Source's state from another's, usually the authoritative state from the server's version of the Source

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss