Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
- AActor::SetActorHiddenInGame()
- AWaterBody::SetActorHiddenInGame()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
virtual void SetActorHiddenInGame
&40;
bool bNewHidden
&41;
Remarks
Sets the actor to be hidden in the game
Parameters
| Name | Description |
|---|---|
| bNewHidden | Whether or not to hide the actor and all its components |