Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMovementModifierBase
Description
Used to compare modifiers and check if they are the same instance of modifiers. Doesn't need to be overridden but more specific data to match is best Note: Current default implementation only checks type and nothing else.
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MovementModifier.h |
| Include Path | #include "MovementModifier.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MovementModifier.cpp |
virtual bool Matches
(
const FMovementModifierBase * Other
) const