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

A blueprint class with 6 graphs. More...

#include "/Game/Blueprints/InteractiveObjects/Door/BP_Door"

Inheritance diagram for ABP_Door_C:
[legend]

Public Attributes

USceneComponentDefaultSceneRoot
 Default Scene Root.
 
UStaticMeshComponentDoorItself
 Door Itself.
 
UStaticMeshComponentFrame
 Frame.
 
UChildActorComponent * GripHandle
 Grip Handle.
 
USphereComponentHandle
 Handle.
 
UNewBlueprint_CNewBlueprint
 New Blueprint.
 
USceneComponentPivot
 Pivot.
 

Protected Attributes

bool IsDoorOpen
 Is Door Open.
 
UMotionControllerComponentMotion_Controller
 Motion Controller.
 
bool MovingExecuting
 Moving Executing.
 
float Starting_Rotation
 Starting Rotation.
 

Private Member Functions

void CalculateNewRotation ()
 
void EventGraph ()
 
void IsObjectActive ()
 
void MoveIntoRoom ()
 
void OpenRoom ()
 
void UserConstructionScript ()
 

Private Attributes

FName LevelName
 Level Name.
 
bool ReviewDoor
 Review Door.
 

Detailed Description

A blueprint class with 6 graphs.

UDF Path:  /Game /Blueprints /InteractiveObjects /Door /BP_Door
Config: Config/DefaultEngine.ini

Definition at line 12 of file ABP_Door_C.h.

Member Function Documentation

◆ CalculateNewRotation()

void ABP_Door_C::CalculateNewRotation ( )
privateBlueprint
Calculate New Rotation

Definition at line 27 of file ABP_Door_C.cpp.

Here is the caller graph for this function:

◆ EventGraph()

void ABP_Door_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 34 of file ABP_Door_C.cpp.

Here is the call graph for this function:

◆ IsObjectActive()

void ABP_Door_C::IsObjectActive ( )
privateBlueprint
Is Object Active

Definition at line 47 of file ABP_Door_C.cpp.

◆ MoveIntoRoom()

void ABP_Door_C::MoveIntoRoom ( )
privateBlueprint
Move Into Room

Definition at line 17 of file ABP_Door_C.cpp.

◆ OpenRoom()

void ABP_Door_C::OpenRoom ( )
privateBlueprint
Open Room

Definition at line 22 of file ABP_Door_C.cpp.

◆ UserConstructionScript()

void ABP_Door_C::UserConstructionScript ( )
privateBlueprint
User Construction Script

Definition at line 13 of file ABP_Door_C.cpp.

Member Data Documentation

◆ DefaultSceneRoot

USceneComponent* ABP_Door_C::DefaultSceneRoot

Default Scene Root.

Definition at line 21 of file ABP_Door_C.h.

◆ DoorItself

UStaticMeshComponent* ABP_Door_C::DoorItself

Door Itself.

Definition at line 19 of file ABP_Door_C.h.

◆ Frame

UStaticMeshComponent* ABP_Door_C::Frame

Frame.

Definition at line 20 of file ABP_Door_C.h.

◆ GripHandle

UChildActorComponent* ABP_Door_C::GripHandle

Grip Handle.

Definition at line 16 of file ABP_Door_C.h.

◆ Handle

USphereComponent* ABP_Door_C::Handle

Handle.

Definition at line 18 of file ABP_Door_C.h.

◆ IsDoorOpen

bool ABP_Door_C::IsDoorOpen
protected

Is Door Open.

Definition at line 25 of file ABP_Door_C.h.

◆ LevelName

FName ABP_Door_C::LevelName
private

Level Name.

Definition at line 30 of file ABP_Door_C.h.

◆ Motion_Controller

UMotionControllerComponent* ABP_Door_C::Motion_Controller
protected

Motion Controller.

Definition at line 27 of file ABP_Door_C.h.

◆ MovingExecuting

bool ABP_Door_C::MovingExecuting
protected

Moving Executing.

Definition at line 24 of file ABP_Door_C.h.

◆ NewBlueprint

UNewBlueprint_C* ABP_Door_C::NewBlueprint

New Blueprint.

Definition at line 15 of file ABP_Door_C.h.

◆ Pivot

USceneComponent* ABP_Door_C::Pivot

Pivot.

Definition at line 17 of file ABP_Door_C.h.

◆ ReviewDoor

bool ABP_Door_C::ReviewDoor
private

Review Door.

Definition at line 31 of file ABP_Door_C.h.

◆ Starting_Rotation

float ABP_Door_C::Starting_Rotation
protected

Starting Rotation.

Definition at line 26 of file ABP_Door_C.h.


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