Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UCameraLensEffectInterfaceClassSupportLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraLensEffectInterface.h |
| Include | #include "Camera/CameraLensEffectInterface.h" |
Syntax
class UCameraLensEffectInterfaceClassSupportLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< AActor > | GetInterfaceClass
(
const FCameraLensInterfaceClassSupport& CameraLens |
Returns the class represented by this lens effect wrapper... | |
| void | IsInterfaceClassValid
(
const FCameraLensInterfaceClassSupport& CameraLens, |
Check whether or not the interface class is valid | |
| void | IsInterfaceValid
(
const TScriptInterface< ICameraLensEffectInterface >& CameraLens, |
Evaluate the live interface to see if it is a valid reference. | |
| void | SetInterfaceClass
(
TSubclassOf< AActor > Class, |
Set the represented class of the passed in variable. |