A Demo Project for the UnrealEngineSDK
|
#include "CoreMinimal.h"
#include "GameFramework/GameMode.h"
#include "InteractableObjects/BaseStoryActor.h"
#include "UObject/Object.h"
#include "StoryScript.generated.h"
Go to the source code of this file.
Classes | |
struct | FScriptClassData |
Struct for holding script class data. More... | |
struct | FScriptInstanceData |
Struct for holding script instance data. More... | |
class | UStoryScript |
UCLASS(BlueprintType, Blueprintable, meta = (ShowWorldContexPin)) More... | |
class | UStoryScriptClassData |
Data asset class for storing story script class data. More... | |