Navigation
API > API/Plugins > API/Plugins/ModularGameplay > API/Plugins/ModularGameplay/Components
References
| Module | ModularGameplay |
| Header | /Engine/Plugins/Experimental/ModularGameplay/Source/ModularGameplay/Public/Components/GameFrameworkComponent.h |
| Include | #include "Components/GameFrameworkComponent.h" |
Syntax
template<typename T>
class TComponentIterator
Remarks
Iterator for registered components on an actor
Constructors
| Type | Name | Description | |
|---|---|---|---|
TComponentIterator
(
AActor* OwnerActor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Advance () |
Moves the iterator to the next valid component | |
| T * | GetComponent () |
Gets the current component |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator! () |
||
| T * | operator* () |
||
| void | operator++ () |
||
| T * | operator-> () |