Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APlayerCameraManager
Description
Returns camera modifier for this camera of the given class, if it exists. Exact class match only. If there are multiple modifiers of the same class, the first one is returned.
| Name | FindCameraModifierByClass |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h |
| Include Path | #include "Camera/PlayerCameraManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp |
UFUNCTION (BlueprintCallable, Category="Game|Player", Meta=(DeterminesOutputType="ModifierClass"))
virtual UCameraModifier * FindCameraModifierByClass
(
TSubclassOf < UCameraModifier > ModifierClass
)