feat: functions for Turbine
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#include "DataAssets/RRDAGeneratorDataAsset.h"
|
||||
@@ -1,3 +1,11 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#include "DataAssets/RRDATurbineDataAsset.h"
|
||||
#include "DataAssets/RRDATurbineDataAsset.h"
|
||||
|
||||
bool URRDATurbineDataAsset::IsEnabled_Internal(UObject* WorldContextObject) const
|
||||
{
|
||||
fgcheck(mTier > 0);
|
||||
fgcheck(mRPMDrag > 0);
|
||||
fgcheck(mMaxRPM > 0);
|
||||
return Super::IsEnabled_Internal(WorldContextObject);
|
||||
}
|
||||
Reference in New Issue
Block a user