UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GeometryCollectionCreationParameters.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
#include "
CoreMinimal.h
"
5
6
7
class
FGeometryCollection
;
8
9
class
FGeometryCollectionCreationParameters
10
{
11
public
:
12
GEOMETRYCOLLECTIONENGINE_API
FGeometryCollectionCreationParameters
(
FGeometryCollection
&
GeometryCollection
,
bool
ReCalculateNormalsIn
=
false
,
bool
ReCalculateTangetsIn
=
false
);
13
GEOMETRYCOLLECTIONENGINE_API
~FGeometryCollectionCreationParameters
();
14
15
private
:
16
bool
ReCalculateNormals;
17
bool
ReCalculateTangents;
18
FGeometryCollection
&
GeometryCollection
;
19
20
};
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
FGeometryCollectionCreationParameters
Definition
GeometryCollectionCreationParameters.h:10
FGeometryCollectionCreationParameters::~FGeometryCollectionCreationParameters
GEOMETRYCOLLECTIONENGINE_API ~FGeometryCollectionCreationParameters()
Definition
GeometryCollectionCreationParameters.cpp:15
FGeometryCollection
Definition
GeometryCollection.h:32
GeometryCollection
Definition
CollectionBoundsFacade.cpp:13
Engine
Source
Runtime
Experimental
GeometryCollectionEngine
Public
GeometryCollection
GeometryCollectionCreationParameters.h
Generated by
1.9.8