Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtilsTypes.h |
| Include | #include "MoveLibrary/MovementUtilsTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovingComponentSet
Remarks
Encapsulates components involved in movement. Used by many library functions. Only a scene component is required for movement, but this is typically a primitive component so we provide a pre-cast ptr for convenience.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UMoverComponent > | MoverComponent | ||
| TWeakObjectPtr< USceneComponent > | UpdatedComponent | ||
| TWeakObjectPtr< UPrimitiveComponent > | UpdatedPrimitive |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovingComponentSet
(
USceneComponent* InUpdatedComponent |
|||
FMovingComponentSet
(
UMoverComponent* InMoverComponent |