Navigation
API > API/Runtime > API/Runtime/Engine
Wrapper type for validation that the specfied subclass in fact does implement the desired interface!
| Name | FCameraLensInterfaceClassSupport |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraLensEffectInterface.h |
| Include Path | #include "Camera/CameraLensEffectInterface.h" |
Syntax
USTRUCT (BlueprintType )
struct FCameraLensInterfaceClassSupport
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Class | TSubclassOf< AActor > | The class to spawn/reference. Must implement CameraLensEffectInterface! | Camera/CameraLensEffectInterface.h |
|