Files
UnrealEngine/Engine/Plugins/Experimental/AvalancheSceneState/Source/AvalancheSceneStateBlueprint/Public/AvaSceneStateBlueprint.h
2025-05-18 13:04:45 +08:00

17 lines
427 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "SceneStateBlueprint.h"
#include "AvaSceneStateBlueprint.generated.h"
/**
* Scene State Blueprint child that overrides the Property Binder class with a child class
* @see UAvaSceneStateBinder
*/
UCLASS(MinimalAPI, DisplayName="Motion Design Scene State Blueprint")
class UAvaSceneStateBlueprint : public USceneStateBlueprint
{
GENERATED_BODY()
};