Navigation
API > API/Plugins > API/Plugins/ScriptPlugin
Test Actor. To be removed at some point.
| Name | AScriptTestActor |
| Type | class |
| Header File | /Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptTestActor.h |
| Include Path | #include "ScriptTestActor.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI, EarlyAccessPreview, NotPlaceable)
class AScriptTestActor : public AActor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → AActor → AScriptTestActor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AScriptTestActor
(
const FObjectInitializer& ObjectInitializer |
ScriptTestActor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TestBool | bool | ScriptTestActor.h |
|
|
| TestString | FString | ScriptTestActor.h |
|
|
| TestValue | float | ScriptTestActor.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float TestFunction
(
float InValue, |
ScriptTestActor.h |