UGameFrameworkComponent

GameFrameworkComponent is a base class for a actor components made for the basic game framework classes.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ModularGameplay

Header

/Engine/Plugins/Experimental/ModularGameplay/Source/ModularGameplay/Public/Components/GameFrameworkComponent.h

Include

#include "Components/GameFrameworkComponent.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Blueprintable, BlueprintType, HideCategories=(Trigger, PhysicsVolume))
class UGameFrameworkComponent : public UActorComponent

Remarks

GameFrameworkComponent is a base class for a actor components made for the basic game framework classes.

Constructors

Name Description

Public function

UGameFrameworkComponent

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

T *

 

GetGameInstance()

Public function Const

T *

 

GetGameInstanceChecked()

Public function Const

FTimerManage...

 

GetWorldTimerManager()

Returns the world's timer manager

Public function Const

bool

 

HasAuthority()

Returns true if the owner's role is ROLE_Authority

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss