Unreal Engine Blueprint API Reference > Game > Player
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.
Target is Player Camera Manager
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
class | Modifier Class |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | 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. |