Open 3D Engine AzCore API Reference
25.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Static Public Member Functions
|
List of all members
AZ::StreamerComponent Class Reference
Inherits
AZ::Component
, and TickBus::Handler.
Static Public Member Functions
static
AZStd::unique_ptr<
AZ::IO::Scheduler
>
CreateStreamerStack
(
AZStd::string_view
profile
={})
Additional Inherited Members
Public Member Functions inherited from
AZ::Component
AZ_TYPE_INFO_WITH_NAME_DECL_API
(AZCORE_API,
Component
)
AZ_RTTI_NO_TYPE_INFO_DECL
()
AZ_CLASS_ALLOCATOR_DECL
Component
()
virtual
~Component
()
Entity
*
GetEntity
()
const
EntityId
GetEntityId
()
const
NamedEntityId
GetNamedEntityId
()
const
ComponentId
GetId
()
const
virtual
TypeId
GetUnderlyingComponentType
()
const
void
SetId
(
const
ComponentId
&id)
virtual
void
SetSerializedIdentifier
(
AZStd::string
serializedIdentifer
)
virtual
AZStd::string
GetSerializedIdentifier
()
const
virtual
ComponentValidationResult
ValidateComponentRequirements
(
const
ImmutableEntityVector
&,
const
AZStd::unordered_set
<
AZ::Crc32
> &)
const
bool
SetConfiguration
(
const
AZ::ComponentConfig
&
config
)
bool
GetConfiguration
(
AZ::ComponentConfig
&
outConfig
)
const
Protected Member Functions inherited from
AZ::Component
virtual
void
Init
()
virtual
bool
ReadInConfig
(
const
ComponentConfig
*
baseConfig
)
virtual
bool
WriteOutConfig
(
ComponentConfig
*
outBaseConfig
)
const
virtual
void
SetEntity
(
Entity
*
entity
)
virtual
void
OnAfterEntitySet
()
Function to call after setting the entity in this component.
Protected Attributes inherited from
AZ::Component
Entity
*
m_entity
Reference to the entity that owns the component. The value is null if the component is not attached to an entity.
ComponentId
m_id
A component ID that is unique for an entity. This component ID is not unique across all entities.
The documentation for this class was generated from the following file:
Code/Framework/AzCore/AzCore/IO/Streamer/
StreamerComponent.h
AZ
StreamerComponent
Generated on Thu Oct 9 2025 16:14:43 for Open 3D Engine AzCore API Reference by
1.9.8