Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraMergeable
- UNiagaraDataInterfaceBase
- UNiagaraDataInterface
- UNiagaraDataInterfacePlatformSet
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfacePlatformSet.h |
Include | #include "NiagaraDataInterfacePlatformSet.h" |
Syntax
UCLASS&40;EditInlineNew, Category&61;"Scalability", CollapseCategories,
Meta&61;&40;DisplayName&61;"Platform Set"&41;, MinimalAPI&41;
class UNiagaraDataInterfacePlatformSet : public UNiagaraDataInterface
Remarks
Data Interface allowing querying of the current platform set.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FNiagaraPlatformSet | Platforms |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UNiagaraDataInterfacePlatformSet
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | IsActive
(
FVectorVMExternalFunctionContext& Context |
Overridden from UNiagaraDataInterface
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanExecuteOnTarget
(
ENiagaraSimTarget Target |
|
![]() ![]() ![]() |
bool | CopyToInternal
(
UNiagaraDataInterface* Destination |
|
![]() ![]() ![]() |
bool | Equals
(
const UNiagaraDataInterface* Other |
Determines if this DataInterface is the same as another. |
![]() ![]() |
void | GetFunctions
(
TArray< FNiagaraFunctionSignature >& OutFunctions |
Gets all the available functions for this data interface. |
![]() ![]() |
void | GetVMExternalFunction
(
const FVMExternalFunctionBindingInfo& BindingInfo, |
Returns the delegate for the passed function signature. |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |