Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UUserWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the player camera manager associated with this UI. | Blueprint/UserWidget.h |
|
|
T * GetOwningPlayerCameraManager () |
Gets the player camera manager associated with this UI cast to the template type. | Blueprint/UserWidget.h |
GetOwningPlayerCameraManager()
Description
Gets the player camera manager associated with this UI.
| Name | GetOwningPlayerCameraManager |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
UFUNCTION (BlueprintCallable, BlueprintCosmetic, Category="Player")
APlayerCameraManager * GetOwningPlayerCameraManager() const
Gets the owning player camera manager that's owned by the player controller assigned to this widget.
GetOwningPlayerCameraManager()
Description
Gets the player camera manager associated with this UI cast to the template type.
| Name | GetOwningPlayerCameraManager |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
template<class T>
T * GetOwningPlayerCameraManager() const
Gets the owning player camera manager that's owned by the player controller assigned to this widget. May be NULL if the cast fails.