Skip to content

Class AFlexiCameraModeTrigger

ClassList > AFlexiCameraModeTrigger

Inherits the following classes: AActor

Inherited by the following classes: ATopDownCameraModeTrigger

Public Functions

Type Name
AFlexiCameraModeTrigger ()

Protected Attributes

Type Name
TSubclassOf< class UFlexiCameraMode > CameraModeClass
TObjectPtr< UBoxComponent > TriggerVolume

Protected Functions

Type Name
void OnTriggerBeginOverlap (class UPrimitiveComponent * OverlappedComp, class AActor * OtherActor, class UPrimitiveComponent * OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult & SweepResult)
void OnTriggerEndOverlap (class UPrimitiveComponent * OverlappedComp, class AActor * OtherActor, class UPrimitiveComponent * OtherComp, int32 OtherBodyIndex)

Public Functions Documentation

function AFlexiCameraModeTrigger

AFlexiCameraModeTrigger::AFlexiCameraModeTrigger () 

Protected Attributes Documentation

variable CameraModeClass

TSubclassOf<class UFlexiCameraMode> AFlexiCameraModeTrigger::CameraModeClass;

variable TriggerVolume

TObjectPtr<UBoxComponent> AFlexiCameraModeTrigger::TriggerVolume;

Protected Functions Documentation

function OnTriggerBeginOverlap

void AFlexiCameraModeTrigger::OnTriggerBeginOverlap (
    class UPrimitiveComponent * OverlappedComp,
    class AActor * OtherActor,
    class UPrimitiveComponent * OtherComp,
    int32 OtherBodyIndex,
    bool bFromSweep,
    const FHitResult & SweepResult
) 

function OnTriggerEndOverlap

void AFlexiCameraModeTrigger::OnTriggerEndOverlap (
    class UPrimitiveComponent * OverlappedComp,
    class AActor * OtherActor,
    class UPrimitiveComponent * OtherComp,
    int32 OtherBodyIndex
) 


The documentation for this class was generated from the following file Source/FlexiCam/Public/Miscellaneous/FlexiCameraModeTrigger.h