UGateComponent¶
#include <GateComponent.h>
Inherits from UActorComponent, IReplicatedSubobjectInterface
Public Functions¶
| Name | |
|---|---|
| bool | GetIsGatedOpened() |
| virtual void | [[GetLifetimeReplicatedProps]](TArray< FLifetimeProperty > & OutLifetimeProps) const override |
| void | OnRep_IsGateOpened() |
| void | SetIsGateOpened(bool InGateOpened) |
| UGateComponent() |
Public Attributes¶
| Name | |
|---|---|
| FReplicated_Bool | IsGateOpened |
| FGateClosed | OnGateClosed |
| FGateOpened | OnGateOpened |
Updated on 2025-01-21 at 09:02:24 +0100