Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/UMLAdapterSession
| Name | FWorldTicker |
| Type | struct |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/Sessions/MLAdapterSession.h |
| Include Path | #include "Sessions/MLAdapterSession.h" |
Syntax
struct FWorldTicker : public FTickableGameObject
Inheritance Hierarchy
- FTickableObjectBase → FTickableGameObject → UMLAdapterSession::FWorldTicker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWorldTicker
(
UWorld* InWorld |
Sessions/MLAdapterSession.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FWorldTicker() |
Sessions/MLAdapterSession.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedWorld | TWeakObjectPtr< UWorld > | Sessions/MLAdapterSession.h |
Functions
Public
Overridden from FTickableGameObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UWorld * GetTickableGameObjectWorld() |
Sessions/MLAdapterSession.h |
Overridden from FTickableObjectBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TStatId GetStatId() |
Sessions/MLAdapterSession.h | ||
virtual void Tick
(
float DeltaTime |
Sessions/MLAdapterSession.h |