Overview
FBloodStainPlaybackOptions
is a struct that contains various options for replay playback.
References
Plugin |
BloodStainSystem |
Module |
BloodStainSystem |
Header |
#include "OptionTypes.h" |
Properties
Type |
Name |
Description |
PlaybackRate |
float |
Replay Playback Rate |
bIsLooping |
bool |
Whether the replay repeats |
bUseGhostMaterial |
bool |
 |
GroupGhostMaterial |
TObjectPtr<UMaterialInterface> |
This is the material assigned to the Playback Actor Group when bUseGhostMaterial is true. It takes precedence over the BloodStainSubSystem’s DefaultMaterial . |