Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera > API/Runtime/Engine/Camera/UCameraLensEffectInterfaceClassS-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraLensEffectInterface.h |
| Include | #include "Camera/CameraLensEffectInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraLensEffectInterface.cpp |
static void SetInterfaceClass
&40;
TSubclassOf< AActor > Class,
FCameraLensInterfaceClassSupport & Var,
EInterfaceValidResult & Result
&41;
Remarks
Set the represented class of the passed in variable. Note: Check the tooltips on the individual pins. You cannot bypass the validation by connecting a wires to this node!!
Parameters
| Name | Description |
|---|---|
| Class | MUST implement CameraLensEffectInterface - when connecting variables to the input, take care that the input class does in fact implement the interface. |
| Var | The wrapper (for validation purposes) of the lens effect class. |