Night Sky Engine
A fighting game framework made in Unreal Engine
Loading...
Searching...
No Matches
FAudioChannel Struct Reference

#include <NightSkyGameState.h>

Public Attributes

USoundBase * SoundWave
 
int StartingFrame
 
float MaxDuration = 1.0f
 
bool Finished = true
 

Detailed Description

Definition at line 47 of file NightSkyGameState.h.

Member Data Documentation

◆ Finished

bool FAudioChannel::Finished = true

Definition at line 55 of file NightSkyGameState.h.

◆ MaxDuration

float FAudioChannel::MaxDuration = 1.0f

Definition at line 54 of file NightSkyGameState.h.

◆ SoundWave

USoundBase* FAudioChannel::SoundWave

Definition at line 52 of file NightSkyGameState.h.

◆ StartingFrame

int FAudioChannel::StartingFrame

Definition at line 53 of file NightSkyGameState.h.


The documentation for this struct was generated from the following file: