Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMovementModifierBase
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MovementModifier.h |
| Include | #include "MovementModifier.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MovementModifier.cpp |
virtual bool Matches
(
const FMovementModifierBase * Other
) const
Remarks
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.