Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Access the primary visual component of the actor. | MoverComponent.h |
|
|
T * GetPrimaryVisualComponent () |
Typed accessor to primary visual component. | MoverComponent.h |
GetPrimaryVisualComponent()
Description
Access the primary visual component of the actor.
| Name | GetPrimaryVisualComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverComponent.cpp |
UFUNCTION (BlueprintCallable, Category=Mover)
USceneComponent * GetPrimaryVisualComponent() const
GetPrimaryVisualComponent()
Description
Typed accessor to primary visual component.
| Name | GetPrimaryVisualComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
template<class T>
T * GetPrimaryVisualComponent() const