A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
ABP_IntroMediaScreen_C Class ReferenceBlueprint

A blueprint class with 2 graphs. More...

#include "/PixoCore/Intro/BP_IntroMediaScreen"

Inheritance diagram for ABP_IntroMediaScreen_C:
[legend]

Public Member Functions

void OnVideoEndPlaying ()
 UFUNCTION()
 
virtual void Tick (float DeltaTime) override
 

Public Attributes

UAudioComponent * Audio
 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components")
 
UMediaPlayer * MediaPlayer
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MediaScreen")
 
UMediaSource * MediaSource
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MediaScreen")
 
UStaticMeshComponentPlaneComponent
 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components")
 
USceneComponentRoot
 UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components")
 

Protected Member Functions

virtual void BeginPlay () override
 

Private Member Functions

void EventGraph ()
 
void EventGraph ()
 
 GENERATED_BODY ()
 
void UserConstructionScript ()
 
void UserConstructionScript ()
 

Detailed Description

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.

Member Function Documentation

◆ BeginPlay()

void AIntroMediaScreen::BeginPlay ( )
overrideprotectedvirtualinherited

Definition at line 29 of file IntroMediaScreen.cpp.

Here is the call graph for this function:

◆ EventGraph() [1/2]

void ABP_IntroMediaScreen_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 17 of file ABP_IntroMediaScreen_C.cpp.

◆ EventGraph() [2/2]

void ABP_IntroMediaScreen_C::EventGraph ( )
privateBlueprint
Event Graph

◆ 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Tick()

void AIntroMediaScreen::Tick ( float DeltaTime)
overridevirtualinherited

Definition at line 41 of file IntroMediaScreen.cpp.

◆ UserConstructionScript() [1/2]

void ABP_IntroMediaScreen_C::UserConstructionScript ( )
privateBlueprint
User Construction Script

Definition at line 13 of file ABP_IntroMediaScreen_C.cpp.

◆ UserConstructionScript() [2/2]

void ABP_IntroMediaScreen_C::UserConstructionScript ( )
privateBlueprint
User Construction Script

Member Data Documentation

◆ Audio

UAudioComponent* AIntroMediaScreen::Audio
inheritedBlueprintReadWriteVisibleAnywhere

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

UStaticMeshComponent* AIntroMediaScreen::PlaneComponent
inheritedBlueprintReadWriteVisibleAnywhere

UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components")

Screen mesh

Definition at line 36 of file IntroMediaScreen.h.

◆ Root

USceneComponent* AIntroMediaScreen::Root
inheritedBlueprintReadWriteVisibleAnywhere

UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Components")

Definition at line 30 of file IntroMediaScreen.h.


The documentation for this class was generated from the following files: