Navigation
API > API/Plugins > API/Plugins/ScriptPlugin
Script-extendable component class
| Name | UScriptContextComponent |
| Type | class |
| Header File | /Engine/Plugins/ScriptPlugin/Source/ScriptPlugin/Classes/ScriptContextComponent.h |
| Include Path | #include "ScriptContextComponent.h" |
Syntax
UCLASS (EarlyAccessPreview)
class UScriptContextComponent : public UActorComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → UScriptContextComponent
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UScriptContextComponent
(
const FObjectInitializer& ObjectInitializer |
ScriptContextComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CallScriptFunction
(
FString FunctionName |
Calls a script-defined function (no arguments) | ScriptContextComponent.h |
|
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InitializeComponent() |
ScriptContextComponent.h | ||
virtual void OnRegister() |
ScriptContextComponent.h | ||
virtual void TickComponent
(
float DeltaTime, |
ScriptContextComponent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
ScriptContextComponent.h |