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

A blueprint class with 11 graphs. More...

#include "/PixoTutorial/Animations/AnimBP_Common"

Inheritance diagram for UAnimBP_Common_C:
[legend]

Protected Attributes

bool bCanJump
 Can Jump.
 
bool IsInAir_
 Is in Air?
 
FRotator JawRotation
 Jaw Rotation.
 
float Speed
 Speed.
 

Private Member Functions

void AnimGraph ()
 
void Default ()
 
void EventGraph ()
 
void Idle_Run ()
 
void JumpEnd ()
 
void JumpLoop ()
 
void JumpStart ()
 
void Transition ()
 
void Transition ()
 
void Transition ()
 
void Transition ()
 

Detailed Description

A blueprint class with 11 graphs.

UDF Path:  /PixoTutorial /Animations /AnimBP_Common
Config: Config/DefaultEngine.ini

Definition at line 12 of file UAnimBP_Common_C.h.

Member Function Documentation

◆ AnimGraph()

void UAnimBP_Common_C::AnimGraph ( )
privateBlueprint
Anim Graph

Definition at line 13 of file UAnimBP_Common_C.cpp.

◆ Default()

void UAnimBP_Common_C::Default ( )
privateBlueprint
Default

Definition at line 18 of file UAnimBP_Common_C.cpp.

◆ EventGraph()

void UAnimBP_Common_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 45 of file UAnimBP_Common_C.cpp.

◆ Idle_Run()

void UAnimBP_Common_C::Idle_Run ( )
privateBlueprint
Idle/ Run

Definition at line 22 of file UAnimBP_Common_C.cpp.

◆ JumpEnd()

void UAnimBP_Common_C::JumpEnd ( )
privateBlueprint
Jump End

Definition at line 35 of file UAnimBP_Common_C.cpp.

◆ JumpLoop()

void UAnimBP_Common_C::JumpLoop ( )
privateBlueprint
Jump Loop

Definition at line 31 of file UAnimBP_Common_C.cpp.

◆ JumpStart()

void UAnimBP_Common_C::JumpStart ( )
privateBlueprint
Jump Start

Definition at line 27 of file UAnimBP_Common_C.cpp.

◆ Transition() [1/4]

void UAnimBP_Common_C::Transition ( )
privateBlueprint
Transition

Definition at line 39 of file UAnimBP_Common_C.cpp.

◆ Transition() [2/4]

void UAnimBP_Common_C::Transition ( )
privateBlueprint
Transition

◆ Transition() [3/4]

void UAnimBP_Common_C::Transition ( )
privateBlueprint
Transition

◆ Transition() [4/4]

void UAnimBP_Common_C::Transition ( )
privateBlueprint
Transition

Member Data Documentation

◆ bCanJump

bool UAnimBP_Common_C::bCanJump
protected

Can Jump.

Definition at line 19 of file UAnimBP_Common_C.h.

◆ IsInAir_

bool UAnimBP_Common_C::IsInAir_
protected

Is in Air?

Definition at line 16 of file UAnimBP_Common_C.h.

◆ JawRotation

FRotator UAnimBP_Common_C::JawRotation
protected

Jaw Rotation.

Definition at line 18 of file UAnimBP_Common_C.h.

◆ Speed

float UAnimBP_Common_C::Speed
protected

Speed.

Definition at line 17 of file UAnimBP_Common_C.h.


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