You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UE-7426 Export AudioVolume class
#codereview marc.audy [CL 2404562 by James Golding in Main branch]
This commit is contained in:
@@ -94,7 +94,6 @@ struct TStructOpsTypeTraits<FReverbSettings> : public TStructOpsTypeTraitsBase
|
||||
};
|
||||
|
||||
/** Struct encapsulating settings for interior areas. */
|
||||
//@warning: manually mirrored in Components.h
|
||||
USTRUCT(BlueprintType)
|
||||
struct FInteriorSettings
|
||||
{
|
||||
@@ -153,7 +152,7 @@ struct FInteriorSettings
|
||||
bool operator!=(const FInteriorSettings& Other) const;
|
||||
};
|
||||
|
||||
UCLASS(hidecategories=(Advanced, Attachment, Collision, Volume))
|
||||
UCLASS(hidecategories=(Advanced, Attachment, Collision, Volume), MinimalAPI)
|
||||
class AAudioVolume : public AVolume
|
||||
{
|
||||
GENERATED_UCLASS_BODY()
|
||||
|
||||
Reference in New Issue
Block a user