UActorComponent::SetIsNetStartupComponent

This should only be called by the engine in [ULevel::InitializeNetworkActors](API\Runtime\Engine\Engine\ULevel\InitializeNetworkActors) to initialize bIsNetStartupComponent.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h

Include

#include "Components/ActorComponent.h"

Syntax

void SetIsNetStartupComponent
(
    const bool bInIsNetStartupComponent
)

Remarks

This should only be called by the engine in ULevel::InitializeNetworkActors to initialize bIsNetStartupComponent.

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