A blueprint class with 2 graphs.  
 More...
#include "/PixoCore/Intro/BP_IntroMediaScreen"
 | 
| UAudioComponent *  | Audio | 
|   | UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components")  
  | 
|   | 
| UMediaPlayer *  | MediaPlayer | 
|   | UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MediaScreen")  
  | 
|   | 
| UMediaSource *  | MediaSource | 
|   | UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MediaScreen")  
  | 
|   | 
| UStaticMeshComponent *  | PlaneComponent | 
|   | UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components")  
  | 
|   | 
| USceneComponent *  | Root | 
|   | UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components")  
  | 
|   | 
A blueprint class with 2 graphs. 
 UDF Path:  /Game /Intro /BP_IntroMediaScreen 
Config: Config/DefaultEngine.ini 
This blueprint is Data Only
 UDF Path:  /PixoCore /Intro /BP_IntroMediaScreen 
Config: Config/DefaultEngine.ini 
This blueprint is Data Only 
Definition at line 13 of file ABP_IntroMediaScreen_C.h.
 
◆ BeginPlay()
  
  
      
        
          | void AIntroMediaScreen::BeginPlay  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtualinherited   | 
  
 
 
◆ EventGraph() [1/2]
  
  
      
        
          | void ABP_IntroMediaScreen_C::EventGraph  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateBlueprint   | 
  
 
 
◆ EventGraph() [2/2]
  
  
      
        
          | void ABP_IntroMediaScreen_C::EventGraph  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateBlueprint   | 
  
 
 
◆ GENERATED_BODY()
  
  
      
        
          | AIntroMediaScreen::GENERATED_BODY  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ OnVideoEndPlaying()
  
  
      
        
          | void AIntroMediaScreen::OnVideoEndPlaying  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inherited   | 
  
 
UFUNCTION() 
The function is triggered when the video is finished playing.. 
Definition at line 47 of file IntroMediaScreen.cpp.
 
 
◆ Tick()
  
  
      
        
          | void AIntroMediaScreen::Tick  | 
          ( | 
          float |           DeltaTime | ) | 
           | 
         
       
   | 
  
overridevirtualinherited   | 
  
 
 
◆ UserConstructionScript() [1/2]
  
  
      
        
          | void ABP_IntroMediaScreen_C::UserConstructionScript  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateBlueprint   | 
  
 
 
◆ UserConstructionScript() [2/2]
  
  
      
        
          | void ABP_IntroMediaScreen_C::UserConstructionScript  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateBlueprint   | 
  
 
 
◆ Audio
  
  
      
        
          | UAudioComponent* AIntroMediaScreen::Audio | 
         
       
   | 
  
inheritedVisibleAnywhereBlueprintReadWrite   | 
  
 
UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components") 
Definition at line 42 of file IntroMediaScreen.h.
 
 
◆ MediaPlayer
  
  
      
        
          | UMediaPlayer* AIntroMediaScreen::MediaPlayer | 
         
       
   | 
  
inheritedBlueprintReadWriteEditAnywhere   | 
  
 
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MediaScreen") 
Definition at line 60 of file IntroMediaScreen.h.
 
 
◆ MediaSource
  
  
      
        
          | UMediaSource* AIntroMediaScreen::MediaSource | 
         
       
   | 
  
inheritedBlueprintReadWriteEditAnywhere   | 
  
 
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MediaScreen") 
Media file to broadcast 
Definition at line 66 of file IntroMediaScreen.h.
 
 
◆ PlaneComponent
  
  | 
      
   | 
  
inheritedVisibleAnywhereBlueprintReadWrite   | 
  
 
UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components") 
Screen mesh 
Definition at line 36 of file IntroMediaScreen.h.
 
 
◆ Root
  
  | 
      
   | 
  
inheritedVisibleAnywhereBlueprintReadWrite   | 
  
 
UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components") 
Definition at line 30 of file IntroMediaScreen.h.
 
 
The documentation for this class was generated from the following files: